aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-2919-44/+51
* [SPARK-7940] Enforce whitespace checking for DO, TRY, CATCH, FINALLY, MATCH, ...Reynold Xin2015-05-291-1/+1
* [SPARK-7927] whitespace fixes for Catalyst module.Reynold Xin2015-05-2832-130/+121
* Removed Guava dependency from JavaTypeInference's type signature.Reynold Xin2015-05-271-1/+10
* [SQL] Rename MathematicalExpression UnaryMathExpression, and specify BinaryMa...Reynold Xin2015-05-272-32/+23
* [SPARK-7887][SQL] Remove EvaluatedType from SQL Expression.Reynold Xin2015-05-2724-86/+30
* [SPARK-7637] [SQL] O(N) merge implementation for StructType mergerowan2015-05-262-4/+81
* [SQL][minor] Removed unused Catalyst logical plan DSL.Reynold Xin2015-05-251-102/+27
* [SPARK-7834] [SQL] Better window error messagesMichael Armbrust2015-05-222-0/+18
* [SPARK-7724] [SQL] Support Intersect/Except in Catalyst DSL.Santiago M. Mola2015-05-221-0/+4
* [SPARK-6743] [SQL] Fix empty projections of cached dataMichael Armbrust2015-05-221-0/+3
* [SPARK-7656] [SQL] use CatalystConf in FunctionRegistryscwf2015-05-191-5/+7
* [SPARK-7662] [SQL] Resolve correct names for generator in projectionCheng Hao2015-05-191-0/+15
* [SPARK-7269] [SQL] Incorrect analysis for aggregation(use semanticEquals)Wenchen Fan2015-05-185-26/+30
* [SPARK-7631] [SQL] treenode argString should not print childrenscwf2015-05-181-0/+1
* [SQL] [MINOR] [THIS] use private for internal field in ScalaUdfWenchen Fan2015-05-181-4/+4
* [SQL] [MINOR] use catalyst type converter in ScalaUdfWenchen Fan2015-05-171-2/+2
* [SQL] [MINOR] Skip unresolved expression for InConversionscwf2015-05-171-0/+3
* [SPARK-7098][SQL] Make the WHERE clause with timestamp show consistent resultLiang-Chi Hsieh2015-05-141-3/+3
* [SPARK-7548] [SQL] Add explode function for DataFramesMichael Armbrust2015-05-143-46/+84
* [SQL][minor] rename apply for QueryPlannerWenchen Fan2015-05-141-2/+2
* [SPARK-7595] [SQL] Window will cause resolve failed with self joinlinweizhong2015-05-141-0/+5
* [SQL] Move some classes into packages that are more appropriate.Reynold Xin2015-05-139-7/+163
* [SPARK-7303] [SQL] push down project if possible when the child is sortscwf2015-05-132-1/+40
* [SPARK-7551][DataFrame] support backticks for DataFrame attribute resolutionWenchen Fan2015-05-131-2/+53
* [SPARK-6734] [SQL] Add UDTF.close support in GenerateCheng Hao2015-05-141-0/+6
* [SPARK-7569][SQL] Better error for invalid binary expressionsMichael Armbrust2015-05-121-1/+1
* [SPARK-7276] [DATAFRAME] speed up DataFrame.select by collapsing ProjectWenchen Fan2015-05-122-17/+26
* [DataFrame][minor] cleanup unapply methods in DataTypesWenchen Fan2015-05-121-12/+3
* [SQL] Rename Dialect -> ParserDialect.Reynold Xin2015-05-111-1/+1
* [SPARK-7437] [SQL] Fold "literal in (item1, item2, ..., literal, ...)" into t...Zhongshuai Pei2015-05-113-2/+36
* [SQL] Show better error messages for incorrect join types in DataFrames.Reynold Xin2015-05-111-0/+10
* [SPARK-4699] [SQL] Make caseSensitive configurable in spark sql analyzerJacky Li2015-05-085-22/+72
* [SPARK-7133] [SQL] Implement struct, array, and map field accessorWenchen Fan2015-05-0811-172/+282
* [SPARK-7232] [SQL] Add a Substitution batch for spark sql analyzerwangfei2015-05-071-38/+60
* [SPARK-6908] [SQL] Use isolated Hive clientMichael Armbrust2015-05-073-19/+11
* [SPARK-2155] [SQL] [WHEN D THEN E] [ELSE F] add CaseKeyWhen for "CASE a WHEN ...Wenchen Fan2015-05-075-71/+145
* [SPARK-5281] [SQL] Registering table on RDD is giving MissingRequirementErrorIulian Dragos2015-05-071-20/+37
* [SQL] [MINOR] make star and multialias extend NamedExpressionscwf2015-05-072-16/+6
* [SPARK-1442] [SQL] [FOLLOW-UP] Address minor comments in Window Function PR (...Yin Huai2015-05-073-8/+68
* [SPARK-5938] [SPARK-5443] [SQL] Improve JsonRDD performanceNathan Howell2015-05-062-20/+27
* [SPARK-1442] [SQL] Window Function Support for Spark SQLYin Huai2015-05-067-3/+733
* [SPARK-6201] [SQL] promote string and do widen types for INDaoyuan Wang2015-05-062-2/+13
* [SPARK-7358][SQL] Move DataFrame mathfunctions into functionsBurak Yavuz2015-05-051-2/+2
* [SPARK-6231][SQL/DF] Automatically resolve join condition ambiguity for self-...Reynold Xin2015-05-051-0/+5
* [SQL][Minor] make StringComparison extends ExpectsInputTypeswangfei2015-05-051-7/+6
* [MINOR] Minor update for documentLiang-Chi Hsieh2015-05-051-1/+1
* [SPARK-7266] Add ExpectsInputTypes to expressions when possible.Reynold Xin2015-05-045-56/+71
* [SPARK-6907] [SQL] Isolated client for HiveMetastoreMichael Armbrust2015-05-032-6/+33
* [SPARK-5213] [SQL] Pluggable SQL Parser SupportCheng Hao2015-05-023-6/+40