aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-1889] [SQL] Apply splitConjunctivePredicates to join condition while f...Takuya UESHIN2014-05-212-6/+24
* [Hotfix] Blacklisted flaky HiveCompatibility testTathagata Das2014-05-201-2/+4
* [SPARK-1875]NoClassDefFoundError: StringUtils when building with hadoop 1.x a...witgo2014-05-191-8/+0
* SPARK-1487 [SQL] Support record filtering via predicate pushdown in ParquetAndre Schumacher2014-05-165-51/+731
* [SQL] Implement between in hqlMichael Armbrust2014-05-163-0/+21
* [Spark-1461] Deferred Expression Evaluation (short-circuit evaluation)Cheng Hao2014-05-152-22/+53
* [SQL] Fix tiny/small ints from HiveMetastore.Michael Armbrust2014-05-151-2/+4
* SPARK-1803 Replaced colon in filenames with a dashStevo Slavić2014-05-1516-15/+15
* [SPARK-1819] [SQL] Fix GetField.nullable.Takuya UESHIN2014-05-152-1/+14
* [SPARK-1845] [SQL] Use AllScalaRegistrar for SparkSqlSerializer to register s...Takuya UESHIN2014-05-154-26/+66
* fix different versions of commons-lang dependency and apache/spark#746 addendumwitgo2014-05-141-0/+8
* Package docsPrashant Sharma2014-05-143-0/+59
* [SPARK-1826] fix the head notation of package object dslwangfei2014-05-141-9/+12
* SPARK-1828: Created forked version of hive-exec that doesn't bundle other dep...Patrick Wendell2014-05-141-3/+3
* [SQL] Improve column pruning.Michael Armbrust2014-05-131-5/+11
* Implement ApproximateCountDistinct for SparkSqllarvaboy2014-05-134-4/+119
* [SQL] Make it possible to create Java/Python SQLContexts from an existing Sca...Michael Armbrust2014-05-131-2/+2
* SPARK-1757 Failing test for saving null primitives with .saveAsParquetFile()Andrew Ash2014-05-122-3/+47
* [SQL] Make Hive Metastore conversion functions publicly visible.Michael Armbrust2014-05-121-1/+7
* SPARK-1802. Audit dependency graph when Spark is built with -PhiveSean Owen2014-05-121-0/+21
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-122-0/+13
* SPARK-1708. Add a ClassTag on Serializer and things that depend on itMatei Zaharia2014-05-101-2/+4
* [SPARK-1778] [SQL] Add 'limit' transformation to SchemaRDD.Takuya UESHIN2014-05-102-0/+15
* [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