aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* Revert "[SPARK-3007][SQL]Add Dynamic Partition support to Spark Sql hive"Patrick Wendell2014-09-301-94/+6
* [SPARK-3007][SQL]Add Dynamic Partition support to Spark Sql hivebaishuo(白硕)2014-09-291-6/+94
* [SPARK-3680][SQL] Fix bug caused by eager typing of HiveGenericUDFsMichael Armbrust2014-09-271-4/+11
* [SPARK-3676][SQL] Fix hive test suite failure due to diffs in JDK 1.6/1.7w002289702014-09-271-4/+11
* [SPARK-3531][SQL]select null from table would throw a MatchErrorDaoyuan Wang2014-09-261-0/+3
* [SPARK-3268][SQL] DoubleType, FloatType and DecimalType modulus supportVenkata Ramana Gollamudi2014-09-231-0/+3
* [SPARK-3481][SQL] removes the evil MINOR HACKwangfei2014-09-231-2/+0
* [SPARK-3598][SQL]cast to timestamp should be the same as hiveDaoyuan Wang2014-09-231-0/+24
* [SPARK-3414][SQL] Replace LowerCaseSchema with ResolverMichael Armbrust2014-09-201-6/+13
* [SPARK-3501] [SQL] Fix the bug of Hive SimpleUDF creates unnecessary type castCheng Hao2014-09-191-1/+10
* [SPARK-2890][SQL] Allow reading of data when case insensitive resolution coul...Michael Armbrust2014-09-161-23/+44
* [SPARK-3294][SQL] Eliminates boxing costs from in-memory columnar storageCheng Lian2014-09-131-5/+13
* [SPARK-3481][SQL] Removes the evil MINOR HACKCheng Lian2014-09-131-3/+3
* [SPARK-3515][SQL] Moves test suite setup code to beforeAll rather than in con...Cheng Lian2014-09-121-29/+24
* [SPARK-2917] [SQL] Avoid table creation in logical plan analyzing for CTASCheng Hao2014-09-111-0/+9
* [SQL] Add test case with workaround for reading partitioned Avro filesMichael Armbrust2014-09-101-0/+2
* [SPARK-2096][SQL] Correctly parse dot notationsWenchen Fan2014-09-101-5/+12
* [SPARK-3362][SQL] Fix resolution for casewhen with nulls.Daoyuan Wang2014-09-101-0/+6
* [SPARK-3329][SQL] Don't depend on Hive SET pair ordering in tests.William Benton2014-09-081-21/+26
* [SPARK-3414][SQL] Stores analyzed logical plan when registering a temp tableCheng Lian2014-09-081-3/+22
* [SPARK-2219][SQL] Added support for the "add jar" commandCheng Lian2014-09-041-3/+22
* [SPARK-3291][SQL]TestcaseName in createQueryTest should not contain ":"qiping.lqp2014-08-292-1/+4
* [SPARK-3252][SQL] Add missing condition for testviirya2014-08-271-1/+2
* [SPARK-3194][SQL] Add AttributeSet to fix bugs with invalid comparisons of At...Michael Armbrust2014-08-261-1/+8
* [SPARK-3058] [SQL] Support EXTENDED for EXPLAINCheng Hao2014-08-252-1/+55
* [SPARK-2554][SQL] CountDistinct partial aggregation and object allocation imp...Michael Armbrust2014-08-234-4/+85
* [SPARK-2406][SQL] Initial support for using ParquetTableScan to read HiveMeta...Michael Armbrust2014-08-181-0/+171
* [SPARK-2817] [SQL] add "show create table" supporttianyi2014-08-131-0/+1
* [SPARK-2919] [SQL] Basic support for analyze command in HiveQlYin Huai2014-08-081-2/+43
* [SQL] Tighten the visibility of various SQLConf methods and renamed setter/ge...Reynold Xin2014-08-051-7/+7
* [SPARK-2866][SQL] Support attributes in ORDER BY that aren't in SELECTMichael Armbrust2014-08-051-0/+50
* [SPARK-2860][SQL] Fix coercion of CASE WHEN.Michael Armbrust2014-08-051-0/+3
* [SPARK-2783][SQL] Basic support for analyze in HiveContextYin Huai2014-08-031-0/+54
* [SPARK-2784][SQL] Deprecate hql() method in favor of a config option, 'spark....Michael Armbrust2014-08-0310-91/+96
* [SPARK-2739][SQL] Rename registerAsTable to registerTempTableMichael Armbrust2014-08-025-12/+12
* [SPARK-2097][SQL] UDF SupportMichael Armbrust2014-08-021-2/+2
* SPARK-2804: Remove scalalogging-slf4j dependencyGuoQiang Li2014-08-022-12/+12
* Revert "[SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the...Patrick Wendell2014-08-012-12/+12
* [SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the directl...GuoQiang Li2014-08-012-12/+12
* [SPARK-2523] [SQL] Hadoop table scan bug fixing (fix failing Jenkins maven test)Yin Huai2014-07-311-26/+19
* [SPARK-2743][SQL] Resolve original attributes in ParquetTableScanMichael Armbrust2014-07-311-0/+17
* [SPARK-2734][SQL] Remove tables from cache when DROP TABLE is run.Michael Armbrust2014-07-301-0/+16
* [SPARK-2054][SQL] Code Generation for Expression EvaluationMichael Armbrust2014-07-291-0/+11
* [SPARK-2716][SQL] Don't check resolved for having filters.Michael Armbrust2014-07-291-0/+3
* [SPARK-2393][SQL] Cost estimation optimization framework for Catalyst logical...Zongheng Yang2014-07-294-3/+98
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC server (with Maven profile fix)Cheng Lian2014-07-281-26/+24
* [SPARK-2523] [SQL] Hadoop table scan bug fixingCheng Hao2014-07-281-0/+48
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Patrick Wendell2014-07-271-24/+26
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-271-26/+24
* [SPARK-2659][SQL] Fix division semantics for hiveMichael Armbrust2014-07-252-7/+4