aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1314: Use SPARK_HIVE to determine if we include Hive in packagingAaron Davidson2014-04-061-0/+28
* Fix SPARK-1420 The maven build error for Spark Catalystwitgo2014-04-061-0/+4
* Fix for PR #195 for Java 6Sean Owen2014-04-051-1/+1
* [SQL] SPARK-1366 Consistent sql function across different types of SQLContextsMichael Armbrust2014-04-047-44/+57
* [SQL] Minor fixes.Michael Armbrust2014-04-0410-34/+53
* [BUILD FIX] Fix compilation of Spark SQL Java API.Michael Armbrust2014-04-031-1/+1
* [SQL] SPARK-1333 First draft of java APIMichael Armbrust2014-04-039-37/+460
* [SPARK-1360] Add Timestamp Support for SQLCheng Hao2014-04-03119-115/+480
* Spark parquet improvementsAndre Schumacher2014-04-0315-212/+460
* [SQL] SPARK-1364 Improve datatype and test coverage for ScalaReflection schem...Michael Armbrust2014-04-022-0/+66
* StopAfter / TopK related changesReynold Xin2014-04-028-35/+64
* [SPARK-1371][WIP] Compression support for Spark SQL in-memory columnar storageCheng Lian2014-04-0221-408/+1644
* Remove * from test case golden filename.Michael Armbrust2014-04-013-2/+2
* [SPARK-1342] Scala 2.10.4Mark Hamstra2014-04-011-1/+1
* [SQL] SPARK-1372 Support for caching and uncaching tables in a SQLContext.Michael Armbrust2014-04-017-2/+169
* [SQL] Rewrite join implementation to allow streaming of one relation.Michael Armbrust2014-03-316-37/+116
* 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-302-1/+29
* [SQL] SPARK-1354 Fix self-joins of parquet relationsMichael Armbrust2014-03-292-2/+32
* Implement the RLike & Like in catalystCheng Hao2014-03-295-10/+196
* SPARK-1345 adding missing dependency on avro for hadoop 0.23 to the new ...Thomas Graves2014-03-283-0/+34
* SPARK-1096, a space after comment start style checker.Prashant Sharma2014-03-282-2/+2
* [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