aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2483][SQL] Fix parsing of repeated, nested data access.Michael Armbrust2014-07-151-4/+1
* [SPARK-2485][SQL] Lock usage of hive client.Michael Armbrust2014-07-151-2/+3
* [SPARK-2443][SQL] Fix slow read from partitioned tablesZongheng Yang2014-07-141-3/+7
* [SPARK-2339][SQL] SQL parser in sql-core is case sensitive, but a table alias...Yin Huai2014-07-071-9/+14
* [SPARK-2370][SQL] Decrease metadata retrieved for partitioned hive queries.Michael Armbrust2014-07-041-1/+1
* [BUGFIX][SQL] Should match java.math.BigDecimal when wnrapping Hive outputCheng Lian2014-06-251-4/+4
* [SPARK-2263][SQL] Support inserting MAP<K, V> to Hive tablesCheng Lian2014-06-251-0/+8
* [SPARK-2227] Support dfs command in SQL.Reynold Xin2014-06-231-8/+6
* [SQL] Break hiveOperators.scala into multiple files.Reynold Xin2014-06-216-529/+610
* [SQL] Use hive.SessionState, not the thread local SessionStateAaron Davidson2014-06-201-1/+1
* Move ScriptTransformation into the appropriate place.Reynold Xin2014-06-201-0/+0
* [SPARK-2225] Turn HAVING without GROUP BY into WHERE.Reynold Xin2014-06-201-11/+4
* SPARK-2180: support HAVING clauses in Hive queriesWilliam Benton2014-06-201-6/+24
* [SPARK-2218] rename Equals to EqualTo in Spark SQL expressions.Reynold Xin2014-06-201-5/+5
* SPARK-1293 [SQL] Parquet support for nested typesAndre Schumacher2014-06-191-1/+3
* [SPARK-2177][SQL] describe table result contains only one columnYin Huai2014-06-194-16/+129
* [SQL] Improve Speed of InsertIntoHiveTableMichael Armbrust2014-06-191-4/+10
* [SPARK-2191][SQL] Make sure InsertIntoHiveTable doesn't execute more than once.Michael Armbrust2014-06-191-1/+5
* [SPARK-2053][SQL] Add Catalyst expressions for CASE WHEN.Zongheng Yang2014-06-171-0/+17
* [SPARK-2164][SQL] Allow Hive UDF on columns of type structXi Liu2014-06-171-0/+3
* [SQL][SPARK-2094] Follow up of PR #1071 for Java APICheng Lian2014-06-161-8/+2
* [Spark-2137][SQL] Timestamp UDFs brokenYin Huai2014-06-132-2/+3
* [SQL] Update SparkSQL and ScalaTest in branch-1.0 to match master.Michael Armbrust2014-06-134-44/+53
* [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
* 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
* [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