aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4143] [SQL] Move inner class DeferredObjectAdapter to top levelCheng Hao2014-10-301-13/+12
* Revert "SPARK-1209 [CORE] SparkHadoop{MapRed,MapReduce}Util should not use pa...Andrew Or2014-10-301-1/+0
* SPARK-1209 [CORE] SparkHadoop{MapRed,MapReduce}Util should not use package or...Sean Owen2014-10-301-0/+1
* [SPARK-3904] [SQL] add constant objectinspector support for udfsCheng Hao2014-10-2821-92/+307
* [SPARK-3343] [SQL] Add serde support for CTASCheng Hao2014-10-2810-89/+311
* [SPARK-3814][SQL] Support for Bitwise AND(&), OR(|) ,XOR(^), NOT(~) in Spark ...ravipesala2014-10-282-0/+28
* [SPARK-3907][SQL] Add truncate table supportwangxiaojing2014-10-2729-1/+9
* [SPARK-4041][SQL] Attributes names in table scan should converted to lowercas...wangfei2014-10-273-4/+20
* [SPARK-3816][SQL] Add table properties from storage handler to output jobConfAlex Liu2014-10-271-0/+8
* [SPARK-3911] [SQL] HiveSimpleUdf can not be optimized in constant foldingCheng Hao2014-10-274-1/+102
* [SPARK-4042][SQL] Append columns ids and names before broadcastscwf2014-10-261-2/+3
* [SPARK-4052][SQL] Use scala.collection.Map for pattern matching instead of us...Yin Huai2014-10-262-0/+22
* [SQL] Update Hive test harness for Hive 12 and 13Michael Armbrust2014-10-248160-47484/+38262
* [HOTFIX][SQL] Remove sleep on reset() failure.Michael Armbrust2014-10-241-4/+0
* [SPARK-2706][SQL] Enable Spark to support Hive 0.13Zhan Zhang2014-10-2415-47/+357
* [SQL]redundant methods for broadcastwangfei2014-10-211-4/+0
* SPARK-3807: SparkSql does not work for tables created using custom serdechirag2014-10-133-2/+9
* [SPARK-3559][SQL] Remove unnecessary columns from List of needed Column Ids i...Venkata Ramana Gollamudi2014-10-132-4/+12
* [SPARK-3529] [SQL] Delete the temp files after test exitCheng Hao2014-10-131-2/+5
* [SPARK-3407][SQL]Add Date type supportDaoyuan Wang2014-10-13129-2/+600
* [SPARK-3834][SQL] Backticks not correctly handled in subquery aliasesravipesala2014-10-092-2/+8
* [SPARK-3654][SQL] Unifies SQL and HiveQL parsersCheng Lian2014-10-093-101/+32
* [SPARK-3752][SQL]: Add tests for different UDF'sVida Ha2014-10-096-15/+265
* [SPARK-3857] Create joins package for various join operators.Reynold Xin2014-10-081-1/+1
* [SQL] Prevents per row dynamic dispatching and pattern matching when insertin...Cheng Lian2014-10-081-30/+34
* [SPARK-3810][SQL] Makes PreInsertionCasts handle partitions properlyCheng Lian2014-10-082-10/+41
* [SPARK-3645][SQL] Makes table caching eager by default and adds syntax for la...Cheng Lian2014-10-053-53/+97
* [SPARK-3792][SQL] Enable JavaHiveQLSuitescwf2014-10-051-18/+9
* [Minor] Trivial fix to make codes more readableLiang-Chi Hsieh2014-10-051-1/+1
* [SPARK-3007][SQL] Fixes dynamic partitioning support for lower Hadoop versionsCheng Lian2014-10-051-4/+22
* [SPARK-3212][SQL] Use logical plan matching instead of temporary tables for t...Michael Armbrust2014-10-035-53/+68
* [SPARK-3007][SQL] Adds dynamic partitioning supportCheng Lian2014-10-0315-306/+450
* [SPARK-2693][SQL] Supported for UDAF Hive Aggregates like PERCENTILEravipesala2014-10-032-4/+46
* [SPARK-3654][SQL] Implement all extended HiveQL statements/commands with a se...ravipesala2014-10-023-44/+154
* [SQL] Initilize session state before creating CommandProcessorMichael Armbrust2014-10-021-2/+3
* [SPARK-3729][SQL] Do all hive session state initialization in lazy valMichael Armbrust2014-10-012-5/+7
* [SQL] Made Command.sideEffectResult protectedCheng Lian2014-10-015-14/+14
* [SPARK-3705][SQL] Add case for VoidObjectInspector to cover NullTypescwf2014-10-011-0/+2
* [SPARK-3708][SQL] Backticks aren't handled correctly is aliasesravipesala2014-10-012-1/+7
* [SPARK-3746][SQL] Lock hive client when creating tablesMichael Armbrust2014-10-011-4/+6
* [SQL] Kill dangerous trailing space in query stringCheng Lian2014-10-012-1/+1
* [SPARK-3748] Log thread name in unit test logsReynold Xin2014-10-011-1/+1
* Revert "[SPARK-3007][SQL]Add Dynamic Partition support to Spark Sql hive"Patrick Wendell2014-09-3014-443/+299
* [SPARK-3007][SQL]Add Dynamic Partition support to Spark Sql hivebaishuo(白硕)2014-09-2914-299/+443
* [SPARK-3680][SQL] Fix bug caused by eager typing of HiveGenericUDFsMichael Armbrust2014-09-272-5/+12
* [SPARK-3676][SQL] Fix hive test suite failure due to diffs in JDK 1.6/1.7w002289702014-09-273-6/+11
* [SPARK-3531][SQL]select null from table would throw a MatchErrorDaoyuan Wang2014-09-263-0/+5
* [SPARK-3268][SQL] DoubleType, FloatType and DecimalType modulus supportVenkata Ramana Gollamudi2014-09-232-0/+4
* [SPARK-3481][SQL] removes the evil MINOR HACKwangfei2014-09-231-2/+0
* [SPARK-3582][SQL] not limit argument type for hive simple udfDaoyuan Wang2014-09-232-22/+4