aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/main
Commit message (Expand)AuthorAgeFilesLines
* [Spark-2137][SQL] Timestamp UDFs brokenYin Huai2014-06-132-2/+3
* [SPARK-2094][SQL] "Exactly once" semantics for DDL and command statementsCheng Lian2014-06-133-43/+52
* [SPARK-1964][SQL] Add timestamp to HiveMetastoreTypes.toMetastoreTypeMichael Armbrust2014-06-131-0/+1
* [SPARK-2135][SQL] Use planner for in-memory scansMichael Armbrust2014-06-123-6/+9
* [SPARK-1968][SQL] SQL/HiveQL command for caching/uncaching tablesCheng Lian2014-06-112-9/+14
* Moved hiveOperators.scala to the right package folderCheng Lian2014-06-101-0/+0
* [SPARK-1508][SQL] Add SQLConf to SQLContext.Zongheng Yang2014-06-102-33/+53
* [SPARK-1704][SQL] Fully support EXPLAIN commands as SchemaRDD.Zongheng Yang2014-06-091-1/+2
* [SPARK-1495][SQL]add support for left semi joinDaoyuan2014-06-092-0/+2
* [SPARK-2050 - 2][SQL] DIV and BETWEEN should not be case sensitive.Michael Armbrust2014-06-061-2/+4
* [SPARK-2050][SQL] LIKE, RLIKE and IN in HQL should not be case sensitive.Michael Armbrust2014-06-051-4/+8
* [SPARK-1942] Stop clearing spark.driver.port in unit testsSyed Hashmi2014-06-031-1/+0
* Avoid dynamic dispatching when unwrapping Hive data.Cheng Lian2014-06-021-12/+16
* [SPARK-1995][SQL] system function upper and lower can be supportedegraldlo2014-06-021-1/+11
* [SQL] SPARK-1964 Add timestamp to hive metastore type parser.Michael Armbrust2014-05-311-0/+1
* [SPARK-1959] String "NULL" shouldn't be interpreted as null valueCheng Lian2014-05-301-1/+0
* [SPARK-1368][SQL] Optimized HiveTableScanCheng Lian2014-05-291-16/+81
* [SQL] SPARK-1922LY Lai2014-05-271-1/+1
* [SPARK-1913][SQL] Bug fix: column pruning error in Parquet supportCheng Lian2014-05-241-0/+1
* [SQL] Implement between in hqlMichael Armbrust2014-05-161-0/+16
* [Spark-1461] Deferred Expression Evaluation (short-circuit evaluation)Cheng Hao2014-05-151-7/+21
* [SQL] Fix tiny/small ints from HiveMetastore.Michael Armbrust2014-05-151-2/+4
* Package docsPrashant Sharma2014-05-142-0/+38
* [SQL] Make Hive Metastore conversion functions publicly visible.Michael Armbrust2014-05-121-1/+7
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-121-0/+1
* [WIP][Spark-SQL] Optimize the Constant Folding for ExpressionCheng Hao2014-05-071-0/+11
* [SPARK-1678][SPARK-1679] In-memory compression bug fix and made compression c...Cheng Lian2014-05-052-2/+2
* [SQL] SPARK-1661 - Fix regex_serde testMichael Armbrust2014-05-011-1/+5
* [SQL]Append some missing types for HiveUDFCheng Hao2014-04-271-10/+48
* SPARK-1586 Windows build fixesMridul Muralidharan2014-04-242-5/+6
* SPARK-1562 Fix visibility / annotation of Spark SQL APIsMichael Armbrust2014-04-228-29/+45
* [Fix #274] Document + fix annotation usagesAndrew Or2014-04-211-1/+0
* 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-152-3/+28
* SPARK-1374: PySpark API for SparkSQLAhir Reddy2014-04-151-1/+2
* [BUGFIX] In-memory columnar storage bug fixesCheng Lian2014-04-144-30/+42
* [sql] Rename Expression.apply to eval for better readability.Reynold Xin2014-04-072-8/+8
* [SQL] SPARK-1427 Fix toString for SchemaRDD NativeCommands.Michael Armbrust2014-04-071-0/+6
* [SQL] SPARK-1371 Hash Aggregation ImprovementsMichael Armbrust2014-04-071-0/+3
* [SQL] SPARK-1366 Consistent sql function across different types of SQLContextsMichael Armbrust2014-04-042-13/+16
* [SQL] SPARK-1333 First draft of java APIMichael Armbrust2014-04-032-0/+54
* [SPARK-1360] Add Timestamp Support for SQLCheng Hao2014-04-031-4/+9
* Spark parquet improvementsAndre Schumacher2014-04-032-0/+4
* StopAfter / TopK related changesReynold Xin2014-04-022-3/+3
* [SQL] SPARK-1372 Support for caching and uncaching tables in a SQLContext.Michael Armbrust2014-04-011-0/+7
* [SQL] Rewrite join implementation to allow streaming of one relation.Michael Armbrust2014-03-311-1/+1
* Implement the RLike & Like in catalystCheng Hao2014-03-291-6/+3
* SPARK-1096, a space after comment start style checker.Prashant Sharma2014-03-282-2/+2
* Unified package definition format in Spark SQLCheng Lian2014-03-2610-44/+38