aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-6428][SQL] Added explicit type for all public methods in sql/coreReynold Xin2015-03-204-13/+33
* [SPARK-6371] [build] Update version to 1.4.0-SNAPSHOT.Marcelo Vanzin2015-03-201-1/+1
* SPARK-6338 [CORE] Use standard temp dir mechanisms in tests to avoid orphane...Sean Owen2015-03-202-15/+4
* [SPARK-6247][SQL] Fix resolution of ambiguous joins caused by new aliasesMichael Armbrust2015-03-176-10/+57
* [SPARK-5404] [SQL] Update the default statistic numberCheng Hao2015-03-171-1/+11
* [SPARK-6210] [SQL] use prettyString as column name in agg()Davies Liu2015-03-141-1/+1
* [SQL][Minor] fix typo in commentsHongbo Liu2015-03-111-1/+1
* Minor doc: Remove the extra blank line in data types javadoc.Reynold Xin2015-03-101-18/+6
* [SPARK-6145][SQL] fix ORDER BY on nested fieldsWenchen Fan2015-03-052-3/+4
* SPARK-6182 [BUILD] spark-parent pom needs to be published for both 2.10 and 2.11Sean Owen2015-03-051-1/+1
* [SPARK-6134][SQL] Fix wrong datatype for casting FloatType and default LongTy...Liang-Chi Hsieh2015-03-041-2/+2
* [SPARK-5950][SQL]Insert array into a metastore table saved as parquet should ...Yin Huai2015-03-023-2/+181
* [Minor] Fix doc typo for describing primitiveTerm effectiveness conditionLiang-Chi Hsieh2015-03-021-1/+1
* [SPARK-5999][SQL] Remove duplicate Literal matching blockLiang-Chi Hsieh2015-02-251-0/+2
* [SPARK-5910][SQL] Support for as in selectExprMichael Armbrust2015-02-241-1/+1
* [SPARK-5873][SQL] Allow viewing of partially analyzed plans in queryExecutionMichael Armbrust2015-02-234-97/+128
* [SPARK-5875][SQL]logical.Project should not be resolved if it contains aggreg...Yin Huai2015-02-172-1/+22