aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6748] [SQL] Makes QueryPlan.schema a lazy valCheng Lian2015-04-081-1/+1
* [Minor] [SQL] [SPARK-6729] Minor fix for DriverQuirks getVolodymyr Lyubinets2015-04-061-2/+2
* [SPARK-6607][SQL] Check invalid characters for Parquet schema and show error ...Liang-Chi Hsieh2015-04-052-0/+30
* [SQL] Use path.makeQualified in newParquet.Yin Huai2015-04-041-1/+2
* [SPARK-6647][SQL] Make trait StringComparison as BinaryPredicate and fix unit...Liang-Chi Hsieh2015-04-032-14/+25
* [SPARK-5203][SQL] fix union with different decimal typeguowei22015-04-044-69/+167
* [Minor][SQL] Fix typoLiang-Chi Hsieh2015-04-031-1/+1
* [SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin2015-04-035-5/+6
* [SPARK-6575][SQL] Converted Parquet Metastore tables no longer cache metadataYin Huai2015-04-033-12/+23
* [SPARK-6575][SQL] Converted Parquet Metastore tables no longer cache metadataYin Huai2015-04-022-6/+167
* [SPARK-6686][SQL] Use resolved output instead of names for toDF renameMichael Armbrust2015-04-022-2/+10
* [SPARK-6243][SQL] The Operation of match did not conside the scenarios that o...DoingDone92015-04-021-0/+1
* [SQL][Minor] Use analyzed logical instead of unresolved in HiveComparisonTestCheng Hao2015-04-021-2/+2
* [SPARK-6618][SPARK-6669][SQL] Lock Hive metastore client correctly.Yin Huai2015-04-024-27/+53
* [Minor] [SQL] Follow-up of PR #5210Cheng Lian2015-04-021-4/+5
* [SPARK-6655][SQL] We need to read the schema of a data source table stored in...Yin Huai2015-04-022-4/+37
* [SQL] Throw UnsupportedOperationException instead of NotImplementedErrorMichael Armbrust2015-04-022-4/+3
* [SPARK-6672][SQL] convert row to catalyst in createDataFrame(RDD[Row], ...)Xiangrui Meng2015-04-027-8/+37
* [SPARK-6663] [SQL] use Literal.create instread of constructorDavies Liu2015-04-0116-213/+220
* Revert "[SPARK-6618][SQL] HiveMetastoreCatalog.lookupRelation should use fine...Cheng Lian2015-04-022-20/+3
* [SPARK-6658][SQL] Update DataFrame documentation to fix type references.Chet Mancini2015-04-011-6/+6
* SPARK-6433 hive tests to import spark-sql test JAR for QueryTest accessSteve Loughran2015-04-014-212/+14
* [SPARK-6608] [SQL] Makes DataFrame.rdd a lazy valCheng Lian2015-04-011-2/+4
* [Doc] Improve Python DataFrame documentationReynold Xin2015-03-311-0/+3
* [SPARK-6633][SQL] Should be "Contains" instead of "EndsWith" when constructin...Liang-Chi Hsieh2015-03-311-1/+1
* [SPARK-5371][SQL] Propagate types after function conversion, before futher re...Michael Armbrust2015-03-313-2/+27
* [SPARK-6145][SQL] fix ORDER BY on nested fieldsMichael Armbrust2015-03-318-57/+185
* [SPARK-6575] [SQL] Adds configuration to disable schema merging while convert...Cheng Lian2015-03-312-10/+15
* [SPARK-6555] [SQL] Overrides equals() and hashCode() for MetastoreRelationCheng Lian2015-03-312-20/+28
* [SPARK-6542][SQL] add CreateStructXiangrui Meng2015-03-313-23/+73
* [SPARK-6618][SQL] HiveMetastoreCatalog.lookupRelation should use fine-grained...Yin Huai2015-03-312-3/+20
* [SPARK-6625][SQL] Add common string filters to data sources.Reynold Xin2015-03-314-22/+133
* [SPARK-6119][SQL] DataFrame support for missing data handlingReynold Xin2015-03-306-8/+424
* [SPARK-6369] [SQL] Uses commit coordinator to help committing Hive and Parque...Cheng Lian2015-03-314-22/+11
* [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-304-4/+27
* [spark-sql] a better exception message than "scala.MatchError" for unsupporte...Eran Medan2015-03-301-0/+2
* [SPARK-6538][SQL] Add missing nullable Metastore fields when merging a Parque...Adam Budde2015-03-282-6/+66
* [SPARK-6564][SQL] SQLContext.emptyDataFrame should contain 0 row, not 1 rowReynold Xin2015-03-278-10/+18
* [SPARK-6550][SQL] Use analyzed plan in DataFrameMichael Armbrust2015-03-272-1/+5
* [SPARK-6554] [SQL] Don't push down predicates which reference partition colum...Cheng Lian2015-03-262-5/+29
* [SPARK-6117] [SQL] Improvements to DataFrame.describe()Reynold Xin2015-03-262-20/+29
* [SQL][SPARK-6471]: Metastore schema should only be a subset of parquet schema...Yash Datta2015-03-262-4/+19
* [SPARK-6465][SQL] Fix serialization of GenericRowWithSchema using kryoMichael Armbrust2015-03-265-5/+39
* [SPARK-6546][Build] Using the wrong code that will make spark compile failed!!DoingDone92015-03-261-1/+1
* [SPARK-6117] [SQL] add describe function to DataFrame for summary statis...azagrebin2015-03-262-1/+97
* [SPARK-6463][SQL] AttributeSet.equal should compare sizeMichael Armbrust2015-03-252-1/+84
* The UT test of spark is failed. Because there is a test in SQLQuerySuite abou...KaiXinXiaoLei2015-03-251-5/+5
* [SPARK-6202] [SQL] enable variable substitution on test frameworkDaoyuan Wang2015-03-251-1/+7
* [SPARK-6271][SQL] Sort these tokens in alphabetic order to avoid further dupl...DoingDone92015-03-251-42/+46