aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SQL] Add a custom serializer for maps since they do not have a no-arg constr...Michael Armbrust2014-03-261-0/+18
* [SQL] Un-ignore a test that is now passing.Michael Armbrust2014-03-262-4/+2002
* Unified package definition format in Spark SQLCheng Lian2014-03-26101-329/+204
* Add more hive compatability tests to whitelistMichael Armbrust2014-03-251-0/+21
* Unify the logic for column pruning, projection, and filtering of table scans.Michael Armbrust2014-03-246-133/+94
* SPARK-1128: set hadoop task properties when constructing HadoopRDDCodingCat2014-03-242-6/+4
* SPARK-1294 Fix resolution of uppercase field names using a HiveContext.Michael Armbrust2014-03-249-37/+87
* SPARK-1144 Added license and RAT to check licenses.Prashant Sharma2014-03-243-0/+51
* Fixed coding style issues in Spark SQLCheng Lian2014-03-2387-490/+448
* [SPARK-1292] In-memory columnar representation for Spark SQLCheng Lian2014-03-2315-35/+1315
* Add asCode function for dumping raw tree representations.Michael Armbrust2014-03-211-0/+15
* Make SQL keywords case-insensitiveMatei Zaharia2014-03-212-6/+35
* Add hive test files to repository. Remove download script.Michael Armbrust2014-03-2111282-0/+230618
* 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-20113-0/+15471