aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
...
* [SQL] SPARK-1371 Hash Aggregation ImprovementsMichael Armbrust2014-04-073-11/+17
* Fix SPARK-1420 The maven build error for Spark Catalystwitgo2014-04-061-0/+4
* [SQL] Minor fixes.Michael Armbrust2014-04-045-16/+19
* [SPARK-1360] Add Timestamp Support for SQLCheng Hao2014-04-038-95/+329
* Spark parquet improvementsAndre Schumacher2014-04-032-4/+36
* [SQL] SPARK-1364 Improve datatype and test coverage for ScalaReflection schem...Michael Armbrust2014-04-021-0/+10
* StopAfter / TopK related changesReynold Xin2014-04-022-2/+2
* [SQL] SPARK-1372 Support for caching and uncaching tables in a SQLContext.Michael Armbrust2014-04-011-1/+10
* [SQL] Rewrite join implementation to allow streaming of one relation.Michael Armbrust2014-03-312-0/+16
* [SPARK-1354][SQL] Add tableName as a qualifier for SimpleCatelogyjerryshao2014-03-301-1/+2
* Implement the RLike & Like in catalystCheng Hao2014-03-294-4/+193
* SPARK-1345 adding missing dependency on avro for hadoop 0.23 to the new ...Thomas Graves2014-03-281-0/+12
* Unified package definition format in Spark SQLCheng Lian2014-03-2658-181/+91
* Unify the logic for column pruning, projection, and filtering of table scans.Michael Armbrust2014-03-241-0/+17
* SPARK-1294 Fix resolution of uppercase field names using a HiveContext.Michael Armbrust2014-03-245-25/+58
* SPARK-1144 Added license and RAT to check licenses.Prashant Sharma2014-03-242-0/+34
* Fixed coding style issues in Spark SQLCheng Lian2014-03-2348-203/+213
* [SPARK-1292] In-memory columnar representation for Spark SQLCheng Lian2014-03-231-1/+13
* Add asCode function for dumping raw tree representations.Michael Armbrust2014-03-211-0/+15
* Make SQL keywords case-insensitiveMatei Zaharia2014-03-211-2/+14
* SPARK-1251 Support for optimizing and executing structured queriesMichael Armbrust2014-03-2062-0/+6538