aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-5853][SQL] Schema support in Row.Reynold Xin2015-02-163-5/+14
* [SQL] Optimize arithmetic and predicate operatorskai2015-02-168-260/+290
* [SPARK-5746][SQL] Check invalid cases for the write path of data source APIYin Huai2015-02-161-3/+10
* [SPARK-5833] [SQL] Adds REFRESH TABLE commandCheng Lian2015-02-161-0/+10
* [SQL] Initial support for reporting location of error in sql stringMichael Armbrust2015-02-166-15/+111
* [SQL] [Minor] Update the SpecificMutableRow.copyCheng Hao2015-02-161-3/+4
* [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-131-1/+1
* [SPARK-5642] [SQL] Apply column pruning on unused aggregation fieldsDaoyuan Wang2015-02-132-2/+44
* [SPARK-3365][SQL]Wrong schema generated for List typetianyi2015-02-122-15/+20
* [SPARK-3299][SQL]Public API in SQLContext to list tablesYin Huai2015-02-121-0/+37
* [SPARK-5573][SQL] Add explode to dataframesMichael Armbrust2015-02-121-0/+19
* [SQL] Improve error messagesMichael Armbrust2015-02-1211-95/+158
* [SPARK-3688][SQL] More inline comments for LogicalPlan.Reynold Xin2015-02-115-42/+115
* [SPARK-3688][SQL]LogicalPlan can't resolve column correctllytianyi2015-02-111-18/+32
* [SPARK-5454] More robust handling of self joinsMichael Armbrust2015-02-113-27/+24