aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-2087] [SQL] Multiple thriftserver sessions with single HiveContext ins...Cheng Hao2015-03-172-6/+54
* [SPARK-6195] [SQL] Adds in-memory column type for fixed-precision decimalsCheng Lian2015-03-1411-76/+179
* [SPARK-6210] [SQL] use prettyString as column name in agg()Davies Liu2015-03-141-4/+4
* [SPARK-6285] [SQL] Removes unused ParquetTestData and duplicated TestGroupWri...Cheng Lian2015-03-141-466/+0
* [SPARK-6296] [SQL] Added equals to ColumnVolodymyr Lyubinets2015-03-122-0/+12
* SPARK-6245 [SQL] jsonRDD() of empty RDD results in exceptionSean Owen2015-03-113-1/+15
* SPARK-6225 [CORE] [SQL] [STREAMING] Resolve most build warnings, 1.3.0 editionSean Owen2015-03-112-1/+2
* [SQL] Make Strategies a public developer APIMichael Armbrust2015-03-051-2/+5
* [SPARK-6163][SQL] jsonFile should be backed by the data source APIYin Huai2015-03-052-8/+32
* [SPARK-6145][SQL] fix ORDER BY on nested fieldsWenchen Fan2015-03-051-0/+10
* SPARK-6182 [BUILD] spark-parent pom needs to be published for both 2.10 and 2.11Sean Owen2015-03-051-1/+1
* [SPARK-6136] [SQL] Removed JDBC integration tests which depends on docker-clientCheng Lian2015-03-044-432/+0
* [SPARK-5310][SQL] Fixes to Docs and Datasources APIReynold Xin2015-03-0210-41/+72
* [SPARK-5950][SQL]Insert array into a metastore table saved as parquet should ...Yin Huai2015-03-028-10/+31
* [SPARK-6082] [SQL] Provides better error message for malformed rows when cach...Cheng Lian2015-03-021-0/+11
* [DOCS] Refactored Dataframe join comment to use correct parameter orderingPaul Power2015-03-021-2/+2
* [SPARK-6052][SQL]In JSON schema inference, we should always set containsNull ...Yin Huai2015-03-022-24/+23
* [SPARK-6074] [sql] Package pyspark sql bindings.Marcelo Vanzin2015-03-011-0/+8
* [SPARK-5775] [SQL] BugFix: GenericRow cannot be cast to SpecificMutableRow wh...Cheng Lian2015-02-282-21/+86
* [SPARK-6024][SQL] When a data source table has too many columns, it's schema ...Yin Huai2015-02-261-0/+10
* [SPARK-6037][SQL] Avoiding duplicate Parquet schema mergingLiang-Chi Hsieh2015-02-271-16/+7
* [SPARK-6007][SQL] Add numRows param in DataFrame.show()Jacky Li2015-02-263-3/+24
* [SPARK-6016][SQL] Cannot read the parquet table after overwriting the existin...Yin Huai2015-02-272-42/+15