aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src
Commit message (Expand)AuthorAgeFilesLines
* [SQL] SPARK-1661 - Fix regex_serde testMichael Armbrust2014-05-0114-1/+92
* [SQL]Append some missing types for HiveUDFCheng Hao2014-04-271-10/+48
* SPARK-1586 Windows build fixesMridul Muralidharan2014-04-245-9/+15
* SPARK-1562 Fix visibility / annotation of Spark SQL APIsMichael Armbrust2014-04-2219-43/+58
* [Fix #274] Document + fix annotation usagesAndrew Or2014-04-211-1/+0
* SPARK-1483: Rename minSplits to minPartitions in public APIsCodingCat2014-04-181-1/+1
* Loads test tables when running "sbt hive/console" without HIVE_DEV_HOMECheng Lian2014-04-161-1/+6
* [SQL] SPARK-1424 Generalize insertIntoTable functions on SchemaRDDsMichael Armbrust2014-04-155-55/+182
* SPARK-1374: PySpark API for SparkSQLAhir Reddy2014-04-152-1/+5
* [BUGFIX] In-memory columnar storage bug fixesCheng Lian2014-04-146-39/+55
* [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-072-0/+10
* [SQL] SPARK-1371 Hash Aggregation ImprovementsMichael Armbrust2014-04-071-0/+3
* [SQL] SPARK-1366 Consistent sql function across different types of SQLContextsMichael Armbrust2014-04-047-44/+57
* [SQL] SPARK-1333 First draft of java APIMichael Armbrust2014-04-033-0/+95
* [SPARK-1360] Add Timestamp Support for SQLCheng Hao2014-04-03110-19/+147
* Spark parquet improvementsAndre Schumacher2014-04-035-94/+89
* StopAfter / TopK related changesReynold Xin2014-04-022-3/+3
* Remove * from test case golden filename.Michael Armbrust2014-04-013-2/+2
* [SQL] SPARK-1372 Support for caching and uncaching tables in a SQLContext.Michael Armbrust2014-04-014-0/+67
* [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
* [SQL] Un-ignore a test that is now passing.Michael Armbrust2014-03-262-4/+2002
* Unified package definition format in Spark SQLCheng Lian2014-03-2620-84/+64
* 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-243-113/+18
* 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-244-12/+29
* Fixed coding style issues in Spark SQLCheng Lian2014-03-2318-126/+120
* Add hive test files to repository. Remove download script.Michael Armbrust2014-03-2111282-0/+230618
* SPARK-1251 Support for optimizing and executing structured queriesMichael Armbrust2014-03-2022-0/+5311