aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15517][SQL][STREAMING] Add support for complete output mode in Structu...Tathagata Das2016-05-315-51/+176
* [SPARK-15557] [SQL] cast the string into DoubleType when it's used together w...Dilip Biswal2016-05-312-7/+1
* [SPARK-15327] [SQL] fix split expression in whole stage codegenDavies Liu2016-05-311-0/+4
* [SPARK-15622][SQL] Wrap the parent classloader of Janino's classloader in the...Yin Huai2016-05-311-3/+13
* [SPARK-15658][SQL] UDT serializer should declare its data type as udt instead...Wenchen Fan2016-05-312-3/+3
* [SPARK-15647][SQL] Fix Boundary Cases in OptimizeCodegen Rulegatorsmile2016-05-311-2/+6
* [SPARK-15528][SQL] Fix race condition in NumberConverterTakeshi YAMAMURO2016-05-311-21/+17
* [SPARK-15638][SQL] Audit Dataset, SparkSession, and SQLContextReynold Xin2016-05-301-1/+1
* [SPARK-15112][SQL] Disables EmbedSerializerInFilter for plan fragments that c...Cheng Lian2016-05-291-1/+20
* [MINOR] Resolve a number of miscellaneous build warningsSean Owen2016-05-292-2/+3
* [SPARK-15636][SQL] Make aggregate expressions more concise in explainReynold Xin2016-05-282-2/+15
* [SPARK-15553][SQL] Dataset.createTempView should use CreateViewCommandLiang-Chi Hsieh2016-05-271-0/+5
* [MINOR] Fix Typos 'a -> an'Zheng RuiFeng2016-05-2617-19/+19
* [SPARK-13445][SQL] Improves error message and add test coverage for Window fu...Sean Zhong2016-05-261-1/+3
* [SPARK-15534][SPARK-15535][SQL] Truncate table fixesAndrew Or2016-05-251-2/+1
* [MINOR][MLLIB][STREAMING][SQL] Fix typoslfzCarlosC2016-05-251-1/+1
* [SPARK-15436][SQL] Remove DescribeFunction and ShowFunctionsReynold Xin2016-05-255-110/+41
* [SPARK-15498][TESTS] fix slow testsWenchen Fan2016-05-244-66/+125
* [SPARK-15512][CORE] repartition(0) should raise IllegalArgumentExceptionDongjoon Hyun2016-05-242-1/+2
* [SPARK-13135] [SQL] Don't print expressions recursively in generated codeDongjoon Hyun2016-05-248-9/+78
* [SPARK-15397][SQL] fix string udf locate as hiveDaoyuan Wang2016-05-232-13/+22
* Revert "[SPARK-15285][SQL] Generated SpecificSafeProjection.apply method grow...Andrew Or2016-05-231-26/+6
* [SPARK-15285][SQL] Generated SpecificSafeProjection.apply method grows beyond...Kazuaki Ishizaki2016-05-231-6/+26
* [SPARK-15311][SQL] Disallow DML on Regular Tables when Using In-Memory Cataloggatorsmile2016-05-232-1/+17
* [SPARK-15431][SQL] Support LIST FILE(s)|JAR(s) command nativelyXin Wu2016-05-231-2/+3
* [MINOR][SQL][DOCS] Add notes of the deterministic assumption on UDF functionsDongjoon Hyun2016-05-231-0/+1
* [SPARK-15279][SQL] Catch conflicting SerDe when creating tableAndrew Or2016-05-231-2/+2
* [SPARK-15471][SQL] ScalaReflection cleanupWenchen Fan2016-05-232-88/+21
* [SPARK-15379][SQL] check special invalid datewangyang2016-05-222-4/+42
* [SPARK-15468][SQL] fix some typosBo Meng2016-05-224-5/+5
* [SPARK-15428][SQL] Disable multiple streaming aggregationsTathagata Das2016-05-222-16/+41
* [SPARK-15459][SQL] Make Range logical and physical explain consistentReynold Xin2016-05-222-12/+22
* [SPARK-15312][SQL] Detect Duplicate Key in Partition Spec and Table Propertiesgatorsmile2016-05-213-10/+14
* Small documentation and style fix.Reynold Xin2016-05-211-1/+2
* [SPARK-15415][SQL] Fix BroadcastHint when autoBroadcastJoinThreshold is 0 or -1Jurriaan Pruis2016-05-213-11/+23
* [SPARK-15330][SQL] Implement Reset Commandgatorsmile2016-05-211-1/+3
* [SPARK-15114][SQL] Column name generated by typed aggregate is super verboseDilip Biswal2016-05-212-4/+9
* [SPARK-15462][SQL][TEST] unresolved === false` is enough in testcases.Dongjoon Hyun2016-05-214-12/+5
* [SPARK-15445][SQL] Build fails for java 1.7 after adding java.mathBigInteger ...Sandeep Singh2016-05-211-11/+13
* [SPARK-15438][SQL] improve explain of whole stage codegenDavies Liu2016-05-201-48/+9
* [SPARK-15190][SQL] Support using SQLUserDefinedType for case classesShixiong Zhu2016-05-202-36/+62
* [SPARK-15165] [SPARK-15205] [SQL] Introduce place holder for comments in gene...Kousuke Saruta2016-05-2012-44/+84
* [SPARK-15400][SQL] CreateNamedStruct and CreateNamedStructUnsafe should prese...Takuya UESHIN2016-05-202-5/+30
* [SPARK-15308][SQL] RowEncoder should preserve nested column name.Takuya UESHIN2016-05-202-10/+34
* [SPARK-15313][SQL] EmbedSerializerInFilter rule should keep exprIds of output...Takuya UESHIN2016-05-192-3/+11
* [SPARK-14990][SQL] Fix checkForSameTypeInputExpr (ignore nullability)Reynold Xin2016-05-192-4/+56
* [SPARK-11827][SQL] Adding java.math.BigInteger support in Java type inference...Kevin Yu2016-05-206-2/+59
* [SPARK-15321] Fix bug where Array[Timestamp] cannot be encoded/decoded correctlySumedh Mungee2016-05-201-0/+1
* [SPARK-14346][SQL] Lists unsupported Hive features in SHOW CREATE TABLE outputCheng Lian2016-05-191-6/+3
* [SPARK-15387][SQL] SessionCatalog in SimpleAnalyzer does not need to make dat...Kousuke Saruta2016-05-191-2/+4