aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5654] Integrate SparkRShivaram Venkataraman2015-04-082-1/+128
* [SPARK-6765] Fix test code style for SQLReynold Xin2015-04-0820-85/+120
* [SPARK-6451][SQL] supported code generation for CombineSumVenkata Ramana Gollamudi2015-04-083-5/+133
* [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-051-0/+14
* [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-031-8/+20
* [SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin2015-04-031-1/+1
* [SPARK-6686][SQL] Use resolved output instead of names for toDF renameMichael Armbrust2015-04-022-2/+10
* [Minor] [SQL] Follow-up of PR #5210Cheng Lian2015-04-021-4/+5
* [SPARK-6672][SQL] convert row to catalyst in createDataFrame(RDD[Row], ...)Xiangrui Meng2015-04-026-8/+32
* [SPARK-6663] [SQL] use Literal.create instread of constructorDavies Liu2015-04-013-24/+25
* [SPARK-6658][SQL] Update DataFrame documentation to fix type references.Chet Mancini2015-04-011-6/+6
* [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-6145][SQL] fix ORDER BY on nested fieldsMichael Armbrust2015-03-313-14/+23
* [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-305-7/+400
* [SPARK-6369] [SQL] Uses commit coordinator to help committing Hive and Parque...Cheng Lian2015-03-312-6/+9
* [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-273-3/+8
* [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-262-3/+13
* [SPARK-6117] [SQL] add describe function to DataFrame for summary statis...azagrebin2015-03-262-1/+97
* [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-242-2/+9
* [SPARK-6054][SQL] Fix transformations of TreeNodes that hold StructTypesMichael Armbrust2015-03-241-0/+6
* [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-242-3/+25
* [SPARK-6475][SQL] recognize array types when infer data types from JavaBeansXiangrui Meng2015-03-242-32/+89
* [SPARK-6124] Support jdbc connection properties in OPTIONS part of the queryVolodymyr Lyubinets2015-03-233-29/+59
* [SPARK-4985] [SQL] parquet support for date typeDaoyuan Wang2015-03-235-1/+35
* [SPARK-6337][Documentation, SQL]Spark 1.3 doc fixesvinodkc2015-03-221-1/+1
* [SPARK-6408] [SQL] Fix JDBCRDD filtering string literalsypcat2015-03-222-7/+24
* [SPARK-6250][SPARK-6146][SPARK-5911][SQL] Types are now reserved words in DDL...Yin Huai2015-03-212-91/+4
* [SPARK-5821] [SQL] JSON CTAS command should throw error message when delete p...Yanbo Liang2015-03-212-8/+53
* [SPARK-6315] [SQL] Also tries the case class string parser while reading Parq...Cheng Lian2015-03-212-5/+60
* [SPARK-5821] [SQL] ParquetRelation2 CTAS should check if delete is successfulYanbo Liang2015-03-211-5/+14
* [SPARK-6428][SQL] Added explicit type for all public methods in sql/coreReynold Xin2015-03-2049-317/+405
* [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-206-23/+27
* [SPARK-6247][SQL] Fix resolution of ambiguous joins caused by new aliasesMichael Armbrust2015-03-172-1/+36
* [SPARK-6330] [SQL] Add a test case for SPARK-6330Pei-Lun Lee2015-03-181-0/+13
* [SQL][docs][minor] Fixed sample code in SQLContext scaladocLomig MeĢgard2015-03-161-2/+2
* [SPARK-6330] Fix filesystem bug in newParquet relationVolodymyr Lyubinets2015-03-161-2/+3