aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-211-1/+1
* [SPARK-14019][SQL] Remove noop SortOrder in Sortgatorsmile2016-03-212-0/+78
* [SPARK-14004][SQL][MINOR] AttributeReference and Alias should only use the fi...Cheng Lian2016-03-191-4/+2
* [SPARK-13838] [SQL] Clear variable code to prevent it to be re-evaluated in B...Liang-Chi Hsieh2016-03-171-1/+3
* [SPARK-13427][SQL] Support USING clause in JOIN.Dilip Biswal2016-03-1710-79/+190
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-1710-10/+10
* Revert "[SPARK-13840][SQL] Split Optimizer Rule ColumnPruning to ColumnPrunin...Davies Liu2016-03-164-26/+14
* [SPARK-13118][SQL] Expression encoding for optional synthetic classesJakob Odersky2016-03-162-3/+27
* [SPARK-13873] [SQL] Avoid copy of UnsafeRow when there is no join in whole st...Davies Liu2016-03-161-0/+10
* [SPARK-13923][SQL] Implement SessionCatalogAndrew Or2016-03-168-141/+1555
* [SPARK-11011][SQL] Narrow type of UDT serializationJakob Odersky2016-03-164-30/+17
* [SPARK-13869][SQL] Remove redundant conditions while combining filtersSameer Agarwal2016-03-162-4/+26
* [SPARK-13871][SQL] Support for inferring filters from data constraintsSameer Agarwal2016-03-162-62/+63