aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-7274] [SQL] Create Column expression for array/struct creation.Reynold Xin2015-05-011-1/+9
* [SPARK-7248] implemented random number generators for DataFramesBurak Yavuz2015-04-303-38/+58
* Revert "[SPARK-5213] [SQL] Pluggable SQL Parser Support"Patrick Wendell2015-04-303-40/+6
* [SPARK-7123] [SQL] support table.star in sqlcontextscwf2015-04-301-0/+1
* [SPARK-5213] [SQL] Pluggable SQL Parser SupportCheng Hao2015-04-303-6/+40
* [SPARK-7109] [SQL] Push down left side filter for left semi joinwangfei2015-04-302-5/+24
* [SPARK-7267][SQL]Push down Project when it's child is LimitZhongshuai Pei2015-04-302-0/+19
* [SPARK-7225][SQL] CombineLimits optimizer does not workZhongshuai Pei2015-04-292-8/+26
* [SPARK-7234][SQL] Fix DateType mismatch when codegen on.云峤2015-04-291-0/+1
* [SPARK-7229] [SQL] SpecificMutableRow should take integer type as internal re...Cheng Hao2015-04-291-0/+1
* [SPARK-7156][SQL] support RandomSplit in DataFramesBurak Yavuz2015-04-292-8/+16
* [SPARK-7076][SPARK-7077][SPARK-7080][SQL] Use managed memory for aggregationsJosh Rosen2015-04-296-0/+1194
* [SPARK-7188] added python support for math DataFrame functionsBurak Yavuz2015-04-293-117/+29
* [SPARK-7215] made coalesce and repartition a part of the query planBurak Yavuz2015-04-282-1/+18
* [SPARK-6829] Added math functions for DataFramesBurak Yavuz2015-04-275-0/+455
* [SQL][Minor] rename DataTypeParser.apply to DataTypeParser.parsewangfei2015-04-263-4/+4
* Fixed a typo from the previous commit.Reynold Xin2015-04-231-1/+1
* [SQL] Fixed expression data type matching.Reynold Xin2015-04-232-10/+42
* [SQL] Break dataTypes.scala into multiple files.Reynold Xin2015-04-2320-1224/+1649
* [SPARK-7069][SQL] Rename NativeType -> AtomicType.Reynold Xin2015-04-237-87/+93
* [SPARK-7068][SQL] Remove PrimitiveTypeReynold Xin2015-04-221-40/+30