aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/main
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1374: PySpark API for SparkSQLAhir Reddy2014-04-151-1/+2
* [BUGFIX] In-memory columnar storage bug fixesCheng Lian2014-04-144-30/+42
* [sql] Rename Expression.apply to eval for better readability.Reynold Xin2014-04-072-8/+8
* [SQL] SPARK-1427 Fix toString for SchemaRDD NativeCommands.Michael Armbrust2014-04-071-0/+6
* [SQL] SPARK-1371 Hash Aggregation ImprovementsMichael Armbrust2014-04-071-0/+3
* [SQL] SPARK-1366 Consistent sql function across different types of SQLContextsMichael Armbrust2014-04-042-13/+16
* [SQL] SPARK-1333 First draft of java APIMichael Armbrust2014-04-032-0/+54
* [SPARK-1360] Add Timestamp Support for SQLCheng Hao2014-04-031-4/+9
* Spark parquet improvementsAndre Schumacher2014-04-032-0/+4
* StopAfter / TopK related changesReynold Xin2014-04-022-3/+3
* [SQL] SPARK-1372 Support for caching and uncaching tables in a SQLContext.Michael Armbrust2014-04-011-0/+7
* [SQL] Rewrite join implementation to allow streaming of one relation.Michael Armbrust2014-03-311-1/+1
* Implement the RLike & Like in catalystCheng Hao2014-03-291-6/+3
* SPARK-1096, a space after comment start style checker.Prashant Sharma2014-03-282-2/+2
* Unified package definition format in Spark SQLCheng Lian2014-03-2610-44/+38
* Unify the logic for column pruning, projection, and filtering of table scans.Michael Armbrust2014-03-242-107/+12
* 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-243-12/+16
* Fixed coding style issues in Spark SQLCheng Lian2014-03-2310-96/+96
* SPARK-1251 Support for optimizing and executing structured queriesMichael Armbrust2014-03-2010-0/+3344