aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-1754] [SQL] Add missing arithmetic DSL operations.Takuya UESHIN2014-05-082-1/+19
* [SQL] Improve SparkSQL AggregatesMichael Armbrust2014-05-084-10/+96
* [SQL] Fix Performance Issue in data type castingCheng Hao2014-05-071-1/+1
* [SPARK-1460] Returning SchemaRDD instead of normal RDD on Set operations...Kan Zhang2014-05-072-1/+206
* [WIP][Spark-SQL] Optimize the Constant Folding for ExpressionCheng Hao2014-05-0714-32/+1502
* [SQL] SPARK-1732 - Support for null primitive values.Michael Armbrust2014-05-057-5/+122
* [SPARK-1678][SPARK-1679] In-memory compression bug fix and made compression c...Cheng Lian2014-05-0517-26/+105
* Whitelist Hive TestsMichael Armbrust2014-05-0386-4/+327
* [SQL] Better logging when applying rules.Michael Armbrust2014-05-031-4/+24
* Update SchemaRDD.scalaArcherShao2014-05-031-4/+4
* [SQL] SPARK-1661 - Fix regex_serde testMichael Armbrust2014-05-0114-1/+92
* 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