aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-6326][SQL] Improve castStruct to be fasterLiang-Chi Hsieh2015-03-251-4/+11
* [SPARK-5498][SQL]fix query exception when partition schema does not match tab...jeanlyn2015-03-254-14/+84
* [SPARK-6450] [SQL] Fixes metastore Parquet table conversionCheng Lian2015-03-252-16/+43
* [SPARK-6409][SQL] It is not necessary that avoid old inteface of hive, becaus...DoingDone92015-03-252-3/+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-6458][SQL] Better error messages for invalid data sourcesMichael Armbrust2015-03-241-3/+9
* [SPARK-6376][SQL] Avoid eliminating subqueries until optimizationMichael Armbrust2015-03-249-17/+34
* [SPARK-6375][SQL] Fix formatting of error messages.Michael Armbrust2015-03-247-5/+53
* [SPARK-6054][SQL] Fix transformations of TreeNodes that hold StructTypesMichael Armbrust2015-03-243-3/+25
* [SPARK-6437][SQL] Use completion iterator to close external sorterMichael Armbrust2015-03-241-2/+4
* [SPARK-6459][SQL] Warn when constructing trivially true equals predicateMichael Armbrust2015-03-241-2/+11
* [SPARK-6361][SQL] support adding a column with metadata in DFXiangrui Meng2015-03-243-10/+38
* [SPARK-6475][SQL] recognize array types when infer data types from JavaBeansXiangrui Meng2015-03-242-32/+89
* [SPARK-6452] [SQL] Checks for missing attributes and unresolved operator for ...Cheng Lian2015-03-243-7/+33
* [SPARK-6124] Support jdbc connection properties in OPTIONS part of the queryVolodymyr Lyubinets2015-03-233-29/+59
* [SPARK-6397][SQL] Check the missingInput simplyYadong Qi2015-03-232-5/+5