aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* 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