aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2663] [SQL] Support the Grouping SetCheng Hao2014-12-1871-0/+398
* [SPARK-3739] [SQL] Update the split num base on block size for table scanningCheng Hao2014-12-171-0/+500
* [SQL] enable empty aggr test caseDaoyuan Wang2014-12-111-0/+1
* [SPARK-4662] [SQL] Whitelist more unittestCheng Hao2014-12-11107-0/+239
* [SPARK-4244] [SQL] Support Hive Generic UDFs with constant object inspector p...Cheng Hao2014-11-201-0/+1
* [SPARK-4390][SQL] Handle NaN cast to decimal correctlyMichael Armbrust2014-11-141-0/+1
* [SPARK-4239] [SQL] support view in HiveQlDaoyuan Wang2014-11-1439-0/+5065
* [SPARK-4250] [SQL] Fix bug of constant null value mapping to ConstantObjectIn...Cheng Hao2014-11-107-0/+5
* [HOTFIX][SQL] hive test missing some golden fileswangfei2014-11-0215-0/+8
* [SPARK-4077][SQL] Spark SQL return wrong values for valid string timestamp va...Venkata Ramana Gollamudi2014-10-311-0/+2
* [SPARK-3904] [SQL] add constant objectinspector support for udfsCheng Hao2014-10-2814-0/+13
* [SPARK-3907][SQL] Add truncate table supportwangxiaojing2014-10-2727-0/+2
* [SQL] Update Hive test harness for Hive 12 and 13Michael Armbrust2014-10-248143-47158/+37875
* [SPARK-3407][SQL]Add Date type supportDaoyuan Wang2014-10-13124-0/+567
* [SPARK-3007][SQL] Adds dynamic partitioning supportCheng Lian2014-10-038-0/+1
* [SQL] Kill dangerous trailing space in query stringCheng Lian2014-10-011-0/+0
* [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-308-1/+0
* [SPARK-3007][SQL]Add Dynamic Partition support to Spark Sql hivebaishuo(白硕)2014-09-298-0/+1
* [SPARK-3676][SQL] Fix hive test suite failure due to diffs in JDK 1.6/1.7w002289702014-09-272-2/+0
* [SPARK-3531][SQL]select null from table would throw a MatchErrorDaoyuan Wang2014-09-261-0/+1
* [SPARK-3268][SQL] DoubleType, FloatType and DecimalType modulus supportVenkata Ramana Gollamudi2014-09-231-0/+1
* [SPARK-3598][SQL]cast to timestamp should be the same as hiveDaoyuan Wang2014-09-238-0/+8
* [SPARK-3414][SQL] Replace LowerCaseSchema with ResolverMichael Armbrust2014-09-201-0/+1
* [SPARK-3501] [SQL] Fix the bug of Hive SimpleUDF creates unnecessary type castCheng Hao2014-09-191-0/+1
* [SQL] Add test case with workaround for reading partitioned Avro filesMichael Armbrust2014-09-101-0/+8
* [SPARK-3362][SQL] Fix resolution for casewhen with nulls.Daoyuan Wang2014-09-1010-0/+10
* [SPARK-3291][SQL]TestcaseName in createQueryTest should not contain ":"qiping.lqp2014-08-291-0/+0
* [SPARK-3118][SQL]add "SHOW TBLPROPERTIES tblname;" and "SHOW COLUMNS (FROM|IN...u0jing2014-08-2723-0/+16
* [Spark-3222] [SQL] Cross join support in HiveQLDaoyuan Wang2014-08-253-0/+0
* [SPARK-2554][SQL] CountDistinct partial aggregation and object allocation imp...Michael Armbrust2014-08-2310-0/+9
* [SPARK-2817] [SQL] add "show create table" supporttianyi2014-08-1333-0/+181
* [SPARK-2860][SQL] Fix coercion of CASE WHEN.Michael Armbrust2014-08-051-0/+1
* [SPARK-2523] [SQL] Hadoop table scan bug fixing (fix failing Jenkins maven test)Yin Huai2014-07-315-0/+0
* [SPARK-2054][SQL] Code Generation for Expression EvaluationMichael Armbrust2014-07-293-0/+3
* [SPARK-2716][SQL] Don't check resolved for having filters.Michael Armbrust2014-07-291-0/+136
* [SPARK-2523] [SQL] Hadoop table scan bug fixingCheng Hao2014-07-281-0/+2
* [SPARK-2659][SQL] Fix division semantics for hiveMichael Armbrust2014-07-252-0/+2
* [SPARK-2665] [SQL] Add EqualNS & Unit TestsCheng Hao2014-07-2550-0/+644
* [SPARK-2658][SQL] Add rule for true = 1.Michael Armbrust2014-07-231-0/+1
* SPARK-2226: [SQL] transform HAVING clauses with aggregate expressions that a...William Benton2014-07-2310-0/+841
* [SPARK-2615] [SQL] Add Equal Sign "==" Support for HiveQlCheng Hao2014-07-2219-0/+42
* [SPARK-2190][SQL] Specialized ColumnType for TimestampCheng Lian2014-07-21121-0/+113
* [SQL] Whitelist more Hive tests.Michael Armbrust2014-07-15104-0/+147
* [SPARK-2339][SQL] SQL parser in sql-core is case sensitive, but a table alias...Yin Huai2014-07-071-0/+14
* [SPARK-2053][SQL] Add Catalyst expressions for CASE WHEN.Zongheng Yang2014-06-178-0/+112
* [SPARK-2164][SQL] Allow Hive UDF on columns of type structXi Liu2014-06-171-0/+0
* [Spark-2137][SQL] Timestamp UDFs brokenYin Huai2014-06-1317-0/+14
* [SQL] Code Cleanup: Left Semi Hash JoinDaoyuan2014-06-1150-0/+366
* [SPARK-1495][SQL]add support for left semi joinDaoyuan2014-06-0925-0/+41