aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6899][SQL] Fix type mismatch when using codegen with Average on Decima...Liang-Chi Hsieh2015-04-161-1/+1
* [SQL][Minor] Fix foreachUp of treenodescwf2015-04-162-1/+13
* SPARK-6927 [SQL] Sorting Error when codegen on云峤2015-04-161-1/+13
* [SPARK-2213] [SQL] sort merge join for spark sqlDaoyuan Wang2015-04-152-2/+21
* [SPARK-6898][SQL] completely support special chars in column namesWenchen Fan2015-04-156-27/+39
* [SPARK-6638] [SQL] Improve performance of StringType in SQLDavies Liu2015-04-1520-157/+543
* [SPARK-6871][SQL] WITH clause in CTE can not following another WITH clauseLiang-Chi Hsieh2015-04-141-9/+9
* [SPARK-6877][SQL] Add code generation support for MinLiang-Chi Hsieh2015-04-133-0/+79
* [SPARK-6130] [SQL] support if not exists for insert overwrite into partition ...Daoyuan Wang2015-04-134-4/+6
* [HOTFIX] Add explicit return types to fix lint errorsJosh Rosen2015-04-112-2/+2
* [SQL][minor] move `resolveGetField` into a objectWenchen Fan2015-04-113-35/+39
* [SPARK-6367][SQL] Use the proper data type for those expressions that are hij...Yin Huai2015-04-113-10/+53
* [SPARK-6199] [SQL] Support CTE in HiveContext and SQLContexthaiyang2015-04-113-8/+42
* [Minor][SQL] Fix typo in sqlGuancheng (G.C.) Chen2015-04-113-5/+5
* [SPARK-6611][SQL] Add support for INTEGER as synonym of INT.Santiago M. Mola2015-04-112-1/+3
* [SQL] [SPARK-6620] Speed up toDF() and rdd() functions by constructing conver...Volodymyr Lyubinets2015-04-107-419/+867
* [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
* [SQL][minor] remove duplicated resolveGetField and update commentWenchen Fan2015-04-082-39/+6
* [SPARK-6748] [SQL] Makes QueryPlan.schema a lazy valCheng Lian2015-04-081-1/+1
* [SPARK-6647][SQL] Make trait StringComparison as BinaryPredicate and fix unit...Liang-Chi Hsieh2015-04-031-6/+5
* [SPARK-5203][SQL] fix union with different decimal typeguowei22015-04-043-69/+156
* [SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin2015-04-032-2/+2
* [SPARK-6243][SQL] The Operation of match did not conside the scenarios that o...DoingDone92015-04-021-0/+1
* [SPARK-6672][SQL] convert row to catalyst in createDataFrame(RDD[Row], ...)Xiangrui Meng2015-04-021-0/+5
* [SPARK-6663] [SQL] use Literal.create instread of constructorDavies Liu2015-04-0110-170/+176
* [SPARK-5371][SQL] Propagate types after function conversion, before futher re...Michael Armbrust2015-03-312-1/+2
* [SPARK-6145][SQL] fix ORDER BY on nested fieldsMichael Armbrust2015-03-315-43/+162
* [SPARK-6542][SQL] add CreateStructXiangrui Meng2015-03-313-23/+73
* [SPARK-6119][SQL] DataFrame support for missing data handlingReynold Xin2015-03-301-1/+24
* [SPARK-6592][SQL] fix filter for scaladoc to generate API doc for Row class u...CodingCat2015-03-302-2/+2
* [SPARK-6595][SQL] MetastoreRelation should be a MultiInstanceRelationMichael Armbrust2015-03-302-2/+10
* [spark-sql] a better exception message than "scala.MatchError" for unsupporte...Eran Medan2015-03-301-0/+2
* [SPARK-6564][SQL] SQLContext.emptyDataFrame should contain 0 row, not 1 rowReynold Xin2015-03-274-5/+8
* [SPARK-6465][SQL] Fix serialization of GenericRowWithSchema using kryoMichael Armbrust2015-03-263-2/+26
* [SPARK-6463][SQL] AttributeSet.equal should compare sizeMichael Armbrust2015-03-252-1/+84
* [SPARK-6326][SQL] Improve castStruct to be fasterLiang-Chi Hsieh2015-03-251-4/+11
* [SPARK-6483][SQL]Improve ScalaUdf called performance.zzcclp2015-03-251-355/+661
* [SPARK-6428][SQL] Added explicit types for all public methods in catalystReynold Xin2015-03-2440-586/+626
* [SPARK-6376][SQL] Avoid eliminating subqueries until optimizationMichael Armbrust2015-03-245-13/+23
* [SPARK-6375][SQL] Fix formatting of error messages.Michael Armbrust2015-03-246-3/+30
* [SPARK-6054][SQL] Fix transformations of TreeNodes that hold StructTypesMichael Armbrust2015-03-242-3/+19
* [SPARK-6361][SQL] support adding a column with metadata in DFXiangrui Meng2015-03-241-7/+13
* [SPARK-6452] [SQL] Checks for missing attributes and unresolved operator for ...Cheng Lian2015-03-243-7/+33
* [SPARK-6397][SQL] Check the missingInput simplyYadong Qi2015-03-232-5/+5
* Revert "[SPARK-6397][SQL] Check the missingInput simply"Cheng Lian2015-03-232-4/+3
* [SPARK-6397][SQL] Check the missingInput simplyq002515982015-03-232-3/+4
* [SPARK-6250][SPARK-6146][SPARK-5911][SQL] Types are now reserved words in DDL...Yin Huai2015-03-213-23/+235
* [SPARK-5680][SQL] Sum function on all null values, should return zeroVenkata Ramana Gollamudi2015-03-211-3/+65
* [SPARK-5320][SQL]Add statistics method at NoRelation (override super).x1-2015-03-211-0/+9