aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/compatibility/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-8246] [SQL] Implement get_json_objectDavies Liu2015-08-041-0/+3
* [SPARK-8064] [SQL] Build against Hive 1.2.1Steve Loughran2015-08-031-1/+28
* [SPARK-8185] [SPARK-8188] [SPARK-8191] [SQL] function datediff, to_utc_timest...Davies Liu2015-08-011-1/+3
* [SPARK-9233] [SQL] Enable code-gen in window function unit testsYin Huai2015-07-311-33/+5
* [SPARK-9418][SQL] Use sort-merge join as the default shuffle join.Reynold Xin2015-07-281-4/+4
* [SPARK-8828] [SQL] Revert SPARK-5680Yijie Shen2015-07-271-1/+0
* [SPARK-4233] [SPARK-4367] [SPARK-3947] [SPARK-3056] [SQL] Aggregation Improve...Yin Huai2015-07-212-0/+8
* [SPARK-8241][SQL] string function: concat_ws.Reynold Xin2015-07-191-3/+1
* [SPARK-8199][SPARK-8184][SPARK-8183][SPARK-8182][SPARK-8181][SPARK-8180][SPAR...Tarek Auel2015-07-181-2/+7
* [SPARK-8240][SQL] string function: concatReynold Xin2015-07-181-1/+3
* [SPARK-8280][SPARK-8281][SQL]Handle NaN, null and Infinity in mathYijie Shen2015-07-171-5/+7
* [SPARK-8279][SQL]Add math function roundYijie Shen2015-07-141-5/+2
* [SPARK-8866][SQL] use 1us precision for timestamp typeYijie Shen2015-07-081-3/+3
* [SPARK-8227] [SQL] Add function unhexzhichao.li2015-07-011-0/+1
* [SPARK-7859] [SQL] Collect_set() behavior differences which fails the unit te...Cheng Hao2015-06-221-0/+8
* [SPARK-8283][SQL] Resolve udf_struct test failure in HiveCompatibilitySuiteYijie Shen2015-06-171-1/+1
* [SPARK-7961][SQL]Refactor SQLConf to display better error messagezsxwing2015-06-172-6/+6
* [SPARK-8189] [SQL] use Long for TimestampType in SQLDavies Liu2015-06-101-3/+5
* [SPARK-7886] Use FunctionRegistry for built-in expressions in HiveContext.Reynold Xin2015-06-101-5/+5
* [SPARK-6909][SQL] Remove Hive Shim codeCheolsoo Park2015-06-041-2/+1
* [SQL] [TEST] udf_java_method failed due to jdk versionscwf2015-05-211-2/+4
* [SPARK-6908] [SQL] Use isolated Hive clientMichael Armbrust2015-05-071-1/+11
* [HOT-FIX] Move HiveWindowFunctionQuerySuite.scala to hive compatibility dir.Yin Huai2015-05-061-0/+845
* [SPARK-1442] [SQL] Window Function Support for Spark SQLYin Huai2015-05-061-1/+1
* [SPARK-2213] [SQL] sort merge join for spark sqlDaoyuan Wang2015-04-151-0/+162
* [SPARK-6130] [SQL] support if not exists for insert overwrite into partition ...Daoyuan Wang2015-04-131-0/+1
* [SPARK-5680][SQL] Sum function on all null values, should return zeroVenkata Ramana Gollamudi2015-03-211-0/+1
* [SPARK-5651][SQL] Add input64 in blacklist and add test suit for create table...watermen2015-03-171-1/+5
* [SPARK-5712] [SQL] fix comment with semicolon at endDaoyuan Wang2015-03-171-0/+1
* [SPARK-5741][SQL] Support the path contains comma in HiveContextq002515982015-03-021-0/+1
* [SQL] [Minor] Update the HiveContext UnittestCheng Hao2015-02-171-0/+6
* [SPARK-5824] [SQL] add null format in ctas and set default col comment to nullDaoyuan Wang2015-02-161-0/+1
* [SPARK-5716] [SQL] Support TOK_CHARSETLITERAL in HiveQlDaoyuan Wang2015-02-101-0/+1
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-031-0/+1
* Revert "[SPARK-4508] [SQL] build native date type to conform behavior to Hive"Patrick Wendell2015-02-021-1/+0
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-021-0/+1
* [SPARK-5168] Make SQLConf a field rather than mixin in SQLContextReynold Xin2015-01-131-2/+2
* [SQL] enable view testDaoyuan Wang2014-12-301-1/+2
* [SPARK-2663] [SQL] Support the Grouping SetCheng Hao2014-12-181-0/+7
* [SPARK-4662] [SQL] Whitelist more unittestCheng Hao2014-12-111-8/+3
* [SPARK-4239] [SQL] support view in HiveQlDaoyuan Wang2014-11-141-1/+5
* [SPARK-3904] [SQL] add constant objectinspector support for udfsCheng Hao2014-10-281-1/+7
* [SPARK-3343] [SQL] Add serde support for CTASCheng Hao2014-10-281-1/+5
* [SPARK-3907][SQL] Add truncate table supportwangxiaojing2014-10-271-0/+1
* [SQL] Update Hive test harness for Hive 12 and 13Michael Armbrust2014-10-241-34/+70
* [SPARK-3407][SQL]Add Date type supportDaoyuan Wang2014-10-131-0/+10
* [SPARK-3007][SQL] Adds dynamic partitioning supportCheng Lian2014-10-031-0/+17
* Revert "[SPARK-3007][SQL]Add Dynamic Partition support to Spark Sql hive"Patrick Wendell2014-09-301-17/+0
* [SPARK-3007][SQL]Add Dynamic Partition support to Spark Sql hivebaishuo(白硕)2014-09-291-0/+17
* [SPARK-3485][SQL] Use GenericUDFUtils.ConversionHelper for Simple UDF type co...Daoyuan Wang2014-09-191-0/+1