aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7956] [SQL] Use Janino to compile SQL expressions into bytecodeDavies Liu2015-06-0413-785/+1013
* [SPARK-7801] [BUILD] Updating versions to SPARK 1.5.0Patrick Wendell2015-06-031-1/+1
* [SPARK-7562][SPARK-6444][SQL] Improve error reporting for expression data typ...Wenchen Fan2015-06-0314-417/+579
* [SPARK-7691] [SQL] Refactor CatalystTypeConverter to use type-specific row ac...Josh Rosen2015-06-023-261/+378
* [SPARK-8023][SQL] Add "deterministic" attribute to Expression to avoid collap...Yin Huai2015-06-024-1/+93
* Fixed typo in the previous commit.Reynold Xin2015-06-011-1/+1
* [SPARK-7965] [SPARK-7972] [SQL] Handle expressions containing multiple window...Yin Huai2015-06-011-27/+81
* [SPARK-7952][SPARK-7984][SQL] equality check between boolean type and numeric...Wenchen Fan2015-05-314-39/+130
* [SPARK-3850] Trim trailing spaces for SQL.Reynold Xin2015-05-3116-31/+31
* [SPARK-7971] Add JavaDoc style deprecation for deprecated DataFrame methodsReynold Xin2015-05-301-0/+3
* [SQL] Tighten up visibility for JavaDoc.Reynold Xin2015-05-303-7/+7
* [SPARK-7964][SQL] remove unnecessary type coercion ruleWenchen Fan2015-05-303-43/+2
* [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