aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14338][SQL] Improve `SimplifyConditionals` rule to handle `null` in IF...Dongjoon Hyun2016-04-022-8/+21
* [MINOR] Typo fixesJacek Laskowski2016-04-021-2/+2
* [SPARK-14251][SQL] Add SQL command for printing out generated code for debuggingDongjoon Hyun2016-04-011-2/+3
* [SPARK-14244][SQL] Don't use SizeBasedWindowFunction.n created on executor si...Cheng Lian2016-04-011-1/+5
* [SPARK-14255][SQL] Streaming AggregationMichael Armbrust2016-04-018-14/+133
* [SPARK-14160] Time Windowing functions for DatasetsBurak Yavuz2016-04-015-0/+356
* [SPARK-14191][SQL] Remove invalid Expand operator constraintsLiang-Chi Hsieh2016-04-012-1/+31
* [SPARK-13995][SQL] Extract correct IsNotNull constraints for ExpressionLiang-Chi Hsieh2016-04-017-37/+134
* [SPARK-14133][SQL] Throws exception for unsupported create/drop/alter index ,...sureshthalamati2016-04-011-2/+10
* [SPARK-14184][SQL] Support native execution of SHOW DATABASE command and fix ...Dilip Biswal2016-04-011-2/+4
* [SPARK-14182][SQL] Parse DDL Command: Alter Viewgatorsmile2016-03-311-12/+8
* [SPARK-14211][SQL] Remove ANTLR3 based parserHerman van Hovell2016-03-3126-6586/+327
* [SPARK-14282][SQL] CodeFormatter should handle oneline comment with /* */ pro...Dongjoon Hyun2016-03-302-1/+16
* [SPARK-14268][SQL] rename toRowExpressions and fromRowExpression to serialize...Wenchen Fan2016-03-308-111/+108
* [SPARK-14124][SQL] Implement Database-related DDL Commandsgatorsmile2016-03-292-1/+7
* [SPARK-14225][SQL] Cap the length of toCommentSafeString at 128 charsSameer Agarwal2016-03-293-8/+79
* [MINOR][SQL] Fix typos by replacing 'much' with 'match'.Dongjoon Hyun2016-03-291-1/+1
* [SPARK-14213][SQL] Migrate HiveQl parsing to ANTLR4 parserHerman van Hovell2016-03-281-2/+32
* [SPARK-14013][SQL] Proper temp function support in catalogAndrew Or2016-03-288-71/+112
* [SPARK-14155][SQL] Hide UserDefinedType interface in Spark 2.0Reynold Xin2016-03-281-2/+4
* [SPARK-13923][SPARK-14014][SQL] Session catalog follow-upsAndrew Or2016-03-287-72/+74
* [SPARK-13713][SQL][TEST-MAVEN] Add Antlr4 maven plugin.Yin Huai2016-03-281-0/+15
* [SPARK-13713][SQL] Migrate parser from ANTLR3 to ANTLR4Herman van Hovell2016-03-2813-55/+3866
* [SPARK-13844] [SQL] Generate better code for filters with a non-nullable columnKazuaki Ishizaki2016-03-282-48/+102
* [SPARK-14185][SQL][MINOR] Make indentation of debug log for generated code pr...Kousuke Saruta2016-03-271-1/+1
* [MINOR] Fix newly added java-lint errorsDongjoon Hyun2016-03-261-2/+0
* [SPARK-14137] [SPARK-14150] [SQL] Infer IsNotNull constraints from non-nullab...Sameer Agarwal2016-03-252-15/+32
* [SPARK-12443][SQL] encoderFor should support DecimalLiang-Chi Hsieh2016-03-255-4/+47
* [SPARK-14061][SQL] implement CreateMapWenchen Fan2016-03-257-11/+230
* [SPARK-13919] [SQL] fix column pruning through filterDavies Liu2016-03-256-104/+121
* [SPARK-13456][SQL][FOLLOW-UP] lazily generate the outer pointer for case clas...Wenchen Fan2016-03-253-20/+33
* [SPARK-14014][SQL] Integrate session catalog (attempt #2)Andrew Or2016-03-2413-319/+174
* [SPARK-14142][SQL] Replace internal use of unionAll with unionReynold Xin2016-03-245-9/+9
* [SPARK-13957][SQL] Support Group By Ordinal in SQLgatorsmile2016-03-253-18/+65
* Revert "[SPARK-14014][SQL] Replace existing catalog with SessionCatalog"Andrew Or2016-03-2313-174/+319
* [SPARK-14085][SQL] Star Expansion for Hashgatorsmile2016-03-241-17/+23
* [SPARK-14014][SQL] Replace existing catalog with SessionCatalogAndrew Or2016-03-2313-319/+174
* [SPARK-13325][SQL] Create a 64-bit hashcode expressionHerman van Hovell2016-03-237-110/+713
* [SPARK-14075] Refactor MemoryStore to be testable independent of BlockManagerJosh Rosen2016-03-231-0/+1
* [SPARK-13549][SQL] Refactor the Optimizer Rule CollapseProjectgatorsmile2016-03-242-57/+70
* [MINOR][SQL][DOCS] Update `sql/README.md` and remove some unused imports in `...Dongjoon Hyun2016-03-221-1/+1
* [SPARK-13806] [SQL] fix rounding mode of negative float/doubleDavies Liu2016-03-222-33/+19
* [SPARK-14029][SQL] Improve BooleanSimplification optimization by implementing...Dongjoon Hyun2016-03-223-0/+43
* [SPARK-13473][SQL] Simplifies PushPredicateThroughProjectCheng Lian2016-03-221-23/+1
* [SPARK-13320][SQL] Support Star in CreateStruct/CreateArray and Error Handlin...gatorsmile2016-03-222-66/+77
* [SPARK-14004][FOLLOW-UP] Implementations of NonSQLExpression should not overr...Wenchen Fan2016-03-211-1/+1
* [SPARK-14004][SQL] NamedExpressions should have at most one qualifierCheng Lian2016-03-2110-54/+53
* [SPARK-13456][SQL] fix creating encoders for case classes defined in Spark shellWenchen Fan2016-03-212-2/+47
* [SPARK-14000][SQL] case class with a tuple field can't work in DatasetWenchen Fan2016-03-213-4/+18
* [SPARK-12789][SQL] Support Order By Ordinal in SQLgatorsmile2016-03-217-11/+67