aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7927] whitespace fixes for Catalyst module.Reynold Xin2015-05-2812-48/+48
* [SPARK-7887][SQL] Remove EvaluatedType from SQL Expression.Reynold Xin2015-05-271-5/+4
* [SPARK-7637] [SQL] O(N) merge implementation for StructType mergerowan2015-05-261-1/+72
* [SPARK-7834] [SQL] Better window error messagesMichael Armbrust2015-05-221-0/+13
* [SPARK-7548] [SQL] Add explode function for DataFramesMichael Armbrust2015-05-141-1/+9
* [SQL] Move some classes into packages that are more appropriate.Reynold Xin2015-05-131-0/+1
* [SPARK-7303] [SQL] push down project if possible when the child is sortscwf2015-05-131-1/+35
* [SPARK-7276] [DATAFRAME] speed up DataFrame.select by collapsing ProjectWenchen Fan2015-05-121-1/+2
* [SPARK-7437] [SQL] Fold "literal in (item1, item2, ..., literal, ...)" into t...Zhongshuai Pei2015-05-111-0/+33
* [SPARK-4699] [SQL] Make caseSensitive configurable in spark sql analyzerJacky Li2015-05-082-9/+14
* [SPARK-7133] [SQL] Implement struct, array, and map field accessorWenchen Fan2015-05-082-26/+51
* [SPARK-6908] [SQL] Use isolated Hive clientMichael Armbrust2015-05-071-1/+5
* [SPARK-2155] [SQL] [WHEN D THEN E] [ELSE F] add CaseKeyWhen for "CASE a WHEN ...Wenchen Fan2015-05-071-0/+26
* [SPARK-1442] [SQL] [FOLLOW-UP] Address minor comments in Window Function PR (...Yin Huai2015-05-071-0/+50
* [SPARK-1442] [SQL] Window Function Support for Spark SQLYin Huai2015-05-061-1/+43
* [SPARK-7358][SQL] Move DataFrame mathfunctions into functionsBurak Yavuz2015-05-051-2/+2
* [SPARK-7248] implemented random number generators for DataFramesBurak Yavuz2015-04-301-2/+2
* [SPARK-7109] [SQL] Push down left side filter for left semi joinwangfei2015-04-301-1/+20
* [SPARK-7267][SQL]Push down Project when it's child is LimitZhongshuai Pei2015-04-301-0/+16
* [SPARK-7225][SQL] CombineLimits optimizer does not workZhongshuai Pei2015-04-291-0/+19
* [SPARK-7076][SPARK-7077][SPARK-7080][SQL] Use managed memory for aggregationsJosh Rosen2015-04-292-0/+272
* [SPARK-7188] added python support for math DataFrame functionsBurak Yavuz2015-04-291-12/+0
* [SPARK-6829] Added math functions for DataFramesBurak Yavuz2015-04-271-0/+165
* [SQL][Minor] rename DataTypeParser.apply to DataTypeParser.parsewangfei2015-04-261-2/+2
* [SQL] Rename some apply functions.Reynold Xin2015-04-2216-82/+82
* [SPARK-5817] [SQL] Fix bug of udtf with column namesCheng Hao2015-04-212-5/+5
* [SPARK-6994] Allow to fetch field values by name in sql.Rowvidmantas zemleris2015-04-212-0/+84
* [SQL][Minor] Fix foreachUp of treenodescwf2015-04-161-0/+12
* [SPARK-6898][SQL] completely support special chars in column namesWenchen Fan2015-04-151-2/+0
* [SPARK-6638] [SQL] Improve performance of StringType in SQLDavies Liu2015-04-153-45/+119
* [SPARK-6877][SQL] Add code generation support for MinLiang-Chi Hsieh2015-04-131-0/+10
* [SPARK-6611][SQL] Add support for INTEGER as synonym of INT.Santiago M. Mola2015-04-111-0/+2
* [SQL] [SPARK-6620] Speed up toDF() and rdd() functions by constructing conver...Volodymyr Lyubinets2015-04-101-2/+2
* [SPARK-6758]block the right jetty package in logWangTaoTheTonic2015-04-091-2/+2
* [SPARK-6765] Fix test code style for SQLReynold Xin2015-04-0810-83/+143
* [SPARK-5203][SQL] fix union with different decimal typeguowei22015-04-041-2/+28
* [SPARK-6663] [SQL] use Literal.create instread of constructorDavies Liu2015-04-014-140/+140
* [SPARK-6145][SQL] fix ORDER BY on nested fieldsMichael Armbrust2015-03-311-4/+35
* [SPARK-6542][SQL] add CreateStructXiangrui Meng2015-03-311-22/+39
* [SPARK-6564][SQL] SQLContext.emptyDataFrame should contain 0 row, not 1 rowReynold Xin2015-03-272-3/+3
* [SPARK-6463][SQL] AttributeSet.equal should compare sizeMichael Armbrust2015-03-251-0/+82
* [SPARK-6376][SQL] Avoid eliminating subqueries until optimizationMichael Armbrust2015-03-241-2/+6
* [SPARK-6452] [SQL] Checks for missing attributes and unresolved operator for ...Cheng Lian2015-03-241-0/+18
* [SPARK-6250][SPARK-6146][SPARK-5911][SQL] Types are now reserved words in DDL...Yin Huai2015-03-211-0/+116
* [SPARK-6247][SQL] Fix resolution of ambiguous joins caused by new aliasesMichael Armbrust2015-03-172-6/+15
* [SPARK-5950][SQL]Insert array into a metastore table saved as parquet should ...Yin Huai2015-03-021-0/+83
* [SPARK-5873][SQL] Allow viewing of partially analyzed plans in queryExecutionMichael Armbrust2015-02-231-14/+21
* [SPARK-5875][SQL]logical.Project should not be resolved if it contains aggreg...Yin Huai2015-02-171-1/+12
* [SQL] Optimize arithmetic and predicate operatorskai2015-02-161-0/+0
* [SQL] Initial support for reporting location of error in sql stringMichael Armbrust2015-02-161-0/+14