aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
...
* [Fix #274] Document + fix annotation usagesAndrew Or2014-04-212-3/+1
* Reuses Row object in ExistingRdd.productToRowRdd()Cheng Lian2014-04-181-3/+18
* [SQL] SPARK-1424 Generalize insertIntoTable functions on SchemaRDDsMichael Armbrust2014-04-1510-101/+343
* SPARK-1374: PySpark API for SparkSQLAhir Reddy2014-04-152-0/+50
* [BUGFIX] In-memory columnar storage bug fixesCheng Lian2014-04-1411-27/+54
* SPARK-1480: Clean up use of classloadersPatrick Wendell2014-04-132-2/+4
* Remove Unnecessary Whitespace'sSandeep2014-04-101-1/+1
* Fix SPARK-1413: Parquet messes up stdout and stdin when used in Spark REPLwitgo2014-04-101-24/+7
* SPARK-1093: Annotate developer and experimental API'sPatrick Wendell2014-04-092-14/+16
* [SPARK-1402] Added 3 more compression schemesCheng Lian2014-04-0711-179/+586
* [sql] Rename execution/aggregates.scala Aggregate.scala, and added a bunch of...Reynold Xin2014-04-071-9/+9
* [sql] Rename Expression.apply to eval for better readability.Reynold Xin2014-04-074-10/+10
* [SQL] SPARK-1427 Fix toString for SchemaRDD NativeCommands.Michael Armbrust2014-04-072-2/+3
* [SQL] SPARK-1371 Hash Aggregation ImprovementsMichael Armbrust2014-04-073-149/+136
* Fix for PR #195 for Java 6Sean Owen2014-04-051-1/+1
* [SQL] Minor fixes.Michael Armbrust2014-04-045-18/+34
* [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-036-37/+365
* [SPARK-1360] Add Timestamp Support for SQLCheng Hao2014-04-031-1/+4
* Spark parquet improvementsAndre Schumacher2014-04-038-114/+335
* [SQL] SPARK-1364 Improve datatype and test coverage for ScalaReflection schem...Michael Armbrust2014-04-021-0/+56
* StopAfter / TopK related changesReynold Xin2014-04-024-30/+59
* [SPARK-1371][WIP] Compression support for Spark SQL in-memory columnar storageCheng Lian2014-04-0221-408/+1644
* [SQL] SPARK-1372 Support for caching and uncaching tables in a SQLContext.Michael Armbrust2014-04-012-1/+92
* [SQL] Rewrite join implementation to allow streaming of one relation.Michael Armbrust2014-03-313-36/+99
* 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-301-0/+27
* [SQL] SPARK-1354 Fix self-joins of parquet relationsMichael Armbrust2014-03-292-2/+32
* SPARK-1345 adding missing dependency on avro for hadoop 0.23 to the new ...Thomas Graves2014-03-281-0/+11
* [SQL] Add a custom serializer for maps since they do not have a no-arg constr...Michael Armbrust2014-03-261-0/+18
* Unified package definition format in Spark SQLCheng Lian2014-03-2623-64/+49
* Unify the logic for column pruning, projection, and filtering of table scans.Michael Armbrust2014-03-242-20/+59
* SPARK-1144 Added license and RAT to check licenses.Prashant Sharma2014-03-241-0/+17
* Fixed coding style issues in Spark SQLCheng Lian2014-03-2321-161/+115
* [SPARK-1292] In-memory columnar representation for Spark SQLCheng Lian2014-03-2314-34/+1302
* Make SQL keywords case-insensitiveMatei Zaharia2014-03-211-4/+21
* 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-2027-0/+3461