aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1562 Fix visibility / annotation of Spark SQL APIsMichael Armbrust2014-04-2231-57/+141
* [SPARK-1570] Fix classloading in JavaSQLContext.applySchemaKan Zhang2014-04-221-2/+4
* [Fix #274] Document + fix annotation usagesAndrew Or2014-04-213-4/+1
* Reuses Row object in ExistingRdd.productToRowRdd()Cheng Lian2014-04-181-3/+18
* 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-1515-156/+525
* SPARK-1374: PySpark API for SparkSQLAhir Reddy2014-04-154-1/+55
* SPARK-1488. Resolve scalac feature warnings during buildSean Owen2014-04-141-0/+1
* [BUGFIX] In-memory columnar storage bug fixesCheng Lian2014-04-1417-66/+109
* SPARK-1480: Clean up use of classloadersPatrick Wendell2014-04-133-3/+7
* [SQL] Improve column pruning in the optimizer.Michael Armbrust2014-04-102-2/+51
* Remove Unnecessary Whitespace'sSandeep2014-04-106-31/+31
* 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-093-15/+17
* [SPARK-1402] Added 3 more compression schemesCheng Lian2014-04-0711-179/+586
* Change timestamp cast semantics. When cast to numeric types, return the unix ...Reynold Xin2014-04-073-12/+40
* Added eval for Rand (without any support for user-defined seed).Reynold Xin2014-04-071-3/+10
* Removed the default eval implementation from Expression, and added a bunch of...Reynold Xin2014-04-078-45/+89
* [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-0724-159/+156
* [SQL] SPARK-1427 Fix toString for SchemaRDD NativeCommands.Michael Armbrust2014-04-074-2/+13
* [SQL] SPARK-1371 Hash Aggregation ImprovementsMichael Armbrust2014-04-077-160/+156
* 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