aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SQL] SPARK-1372 Support for caching and uncaching tables in a SQLContext.Michael Armbrust2014-04-012-1/+92
* [SQL] Rewrite join implementation to allow streaming of one relation.Michael Armbrust2014-03-313-36/+99
* SPARK-1352 - Comment style single space before ending */ check.Prashant Sharma2014-03-301-3/+3
* [SPARK-1354][SQL] Add tableName as a qualifier for SimpleCatelogyjerryshao2014-03-301-0/+27
* [SQL] SPARK-1354 Fix self-joins of parquet relationsMichael Armbrust2014-03-292-2/+32
* SPARK-1345 adding missing dependency on avro for hadoop 0.23 to the new ...Thomas Graves2014-03-281-0/+11
* [SQL] Add a custom serializer for maps since they do not have a no-arg constr...Michael Armbrust2014-03-261-0/+18
* Unified package definition format in Spark SQLCheng Lian2014-03-2623-64/+49
* Unify the logic for column pruning, projection, and filtering of table scans.Michael Armbrust2014-03-242-20/+59
* SPARK-1144 Added license and RAT to check licenses.Prashant Sharma2014-03-241-0/+17
* Fixed coding style issues in Spark SQLCheng Lian2014-03-2321-161/+115
* [SPARK-1292] In-memory columnar representation for Spark SQLCheng Lian2014-03-2314-34/+1302
* Make SQL keywords case-insensitiveMatei Zaharia2014-03-211-4/+21
* Fix maven jenkins: Add explicit init for required tables in SQLQuerySuiteMichael Armbrust2014-03-201-0/+3
* SPARK-1251 Support for optimizing and executing structured queriesMichael Armbrust2014-03-2027-0/+3461