aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/v0.13.1
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-031-1/+1
* Revert "[SPARK-4508] [SQL] build native date type to conform behavior to Hive"Patrick Wendell2015-02-021-1/+1
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-021-1/+1
* [SPARK-5212][SQL] Add support of schema-less, custom field delimiter and SerD...Liang-Chi Hsieh2015-02-021-2/+17
* [SPARK-5279][SQL] Use java.math.BigDecimal as the exposed Decimal type.Reynold Xin2015-01-181-1/+1
* [SPARK-5248] [SQL] move sql.types.decimal.Decimal to sql.types.DecimalDaoyuan Wang2015-01-141-2/+1
* [SPARK-5123][SQL] Reconcile Java/Scala API for data types.Reynold Xin2015-01-131-5/+6
* [SPARK-5187][SQL] Fix caching of tables with HiveUDFs in the WHERE clauseMichael Armbrust2015-01-101-1/+1
* [SPARK-4573] [SQL] Add SettableStructObjectInspector support in "wrap" functionCheng Hao2014-12-181-46/+84
* [SPARK-4785][SQL] Initilize Hive UDFs on the driver and serialize them with a...Cheng Hao2014-12-091-0/+107
* [SPARK-4443][SQL] Fix statistics for external table in spark sql hivew002289702014-11-171-0/+2
* [SPARK-4250] [SQL] Fix bug of constant null value mapping to ConstantObjectIn...Cheng Hao2014-11-101-24/+56
* [SPARK-3930] [SPARK-3933] Support fixed-precision decimal in SQL, and some op...Matei Zaharia2014-11-011-10/+29
* [SPARK-3904] [SQL] add constant objectinspector support for udfsCheng Hao2014-10-281-2/+62
* [SPARK-3343] [SQL] Add serde support for CTASCheng Hao2014-10-281-1/+5
* [SQL] Update Hive test harness for Hive 12 and 13Michael Armbrust2014-10-241-3/+2
* [SPARK-2706][SQL] Enable Spark to support Hive 0.13Zhan Zhang2014-10-241-0/+170