aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-2187] Explain should not run the optimizer twice.Reynold Xin2014-06-181-4/+1
* [SPARK-2053][SQL] Add Catalyst expressions for CASE WHEN.Zongheng Yang2014-06-1710-0/+167
* [SPARK-2164][SQL] Allow Hive UDF on columns of type structXi Liu2014-06-173-0/+130
* Minor fix: made "EXPLAIN" output to play well with JDBC output formatCheng Lian2014-06-162-2/+2
* [SQL][SPARK-2094] Follow up of PR #1071 for Java APICheng Lian2014-06-164-62/+120
* [Spark-2137][SQL] Timestamp UDFs brokenYin Huai2014-06-1319-2/+17
* [SPARK-2094][SQL] "Exactly once" semantics for DDL and command statementsCheng Lian2014-06-136-78/+154
* [SPARK-1964][SQL] Add timestamp to HiveMetastoreTypes.toMetastoreTypeMichael Armbrust2014-06-131-0/+1
* [SPARK-2135][SQL] Use planner for in-memory scansMichael Armbrust2014-06-124-9/+12
* [SQL] Code Cleanup: Left Semi Hash JoinDaoyuan2014-06-1151-0/+367
* [SPARK-1968][SQL] SQL/HiveQL command for caching/uncaching tablesCheng Lian2014-06-113-9/+30
* Moved hiveOperators.scala to the right package folderCheng Lian2014-06-101-0/+0
* [SPARK-1508][SQL] Add SQLConf to SQLContext.Zongheng Yang2014-06-104-33/+131
* [SPARK-1704][SQL] Fully support EXPLAIN commands as SchemaRDD.Zongheng Yang2014-06-092-1/+14
* [SPARK-1495][SQL]add support for left semi joinDaoyuan2014-06-0928-0/+45
* [SPARK-2050 - 2][SQL] DIV and BETWEEN should not be case sensitive.Michael Armbrust2014-06-064-4/+10
* [SPARK-2050][SQL] LIKE, RLIKE and IN in HQL should not be case sensitive.Michael Armbrust2014-06-051-4/+8
* [SPARK-2029] Bump pom.xml version number of master branch to 1.1.0-SNAPSHOT.Takuya UESHIN2014-06-051-1/+1
* [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-022-15/+18
* [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-292-27/+95
* [SQL] SPARK-1922LY Lai2014-05-272-1/+33
* [SPARK-1913][SQL] Bug fix: column pruning error in Parquet supportCheng Lian2014-05-241-0/+1
* [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
* [SQL] Implement between in hqlMichael Armbrust2014-05-163-0/+21
* [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
* SPARK-1803 Replaced colon in filenames with a dashStevo Slavić2014-05-1516-15/+15
* fix different versions of commons-lang dependency and apache/spark#746 addendumwitgo2014-05-141-0/+8
* Package docsPrashant Sharma2014-05-142-0/+38
* SPARK-1828: Created forked version of hive-exec that doesn't bundle other dep...Patrick Wendell2014-05-141-3/+3
* [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-121-0/+1
* [WIP][Spark-SQL] Optimize the Constant Folding for ExpressionCheng Hao2014-05-076-0/+1250
* [SPARK-1678][SPARK-1679] In-memory compression bug fix and made compression c...Cheng Lian2014-05-052-2/+2
* Whitelist Hive TestsMichael Armbrust2014-05-0386-4/+327
* [SQL] SPARK-1661 - Fix regex_serde testMichael Armbrust2014-05-0114-1/+92
* Improved build configurationwitgo2014-04-281-98/+88
* [SQL]Append some missing types for HiveUDFCheng Hao2014-04-271-10/+48
* SPARK-1586 Windows build fixesMridul Muralidharan2014-04-245-9/+15
* SPARK-1562 Fix visibility / annotation of Spark SQL APIsMichael Armbrust2014-04-2219-43/+58
* [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-155-55/+182