aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Improved build configurationwitgo2014-04-283-224/+193
* [SQL]Append some missing types for HiveUDFCheng Hao2014-04-271-10/+48
* [SPARK-1608] [SQL] Fix Cast.nullable when cast from StringType to NumericType...Takuya UESHIN2014-04-262-1/+17
* Generalize pattern for planning hash joins.Michael Armbrust2014-04-243-48/+82
* SPARK-1586 Windows build fixesMridul Muralidharan2014-04-247-19/+55
* [SQL] Add support for parsing indexing into arrays in SQL.Michael Armbrust2014-04-243-3/+30
* SPARK-1438 RDD.sample() make seed param optionalArun Ramakrishnan2014-04-243-6/+7
* Fix Scala StyleSandeep2014-04-242-4/+8
* [SPARK-1610] [SQL] Fix Cast to use exact type value when cast from BooleanTyp...Takuya UESHIN2014-04-242-5/+12
* 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