aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2706][SQL] Enable Spark to support Hive 0.13Zhan Zhang2014-10-242-11/+18
* SPARK-3807: SparkSql does not work for tables created using custom serdechirag2014-10-131-0/+3
* [SPARK-3834][SQL] Backticks not correctly handled in subquery aliasesravipesala2014-10-091-1/+7
* [SPARK-3752][SQL]: Add tests for different UDF'sVida Ha2014-10-091-15/+96
* [SPARK-3857] Create joins package for various join operators.Reynold Xin2014-10-081-1/+1
* [SPARK-3810][SQL] Makes PreInsertionCasts handle partitions properlyCheng Lian2014-10-081-0/+36
* [SPARK-3645][SQL] Makes table caching eager by default and adds syntax for la...Cheng Lian2014-10-051-17/+61
* [SPARK-3792][SQL] Enable JavaHiveQLSuitescwf2014-10-051-18/+9
* [SPARK-3212][SQL] Use logical plan matching instead of temporary tables for t...Michael Armbrust2014-10-031-40/+60
* [SPARK-3007][SQL] Adds dynamic partitioning supportCheng Lian2014-10-031-6/+94
* [SPARK-2693][SQL] Supported for UDAF Hive Aggregates like PERCENTILEravipesala2014-10-031-0/+4
* [SPARK-3654][SQL] Implement all extended HiveQL statements/commands with a se...ravipesala2014-10-021-0/+6
* [SPARK-3708][SQL] Backticks aren't handled correctly is aliasesravipesala2014-10-011-0/+6
* [SQL] Kill dangerous trailing space in query stringCheng Lian2014-10-011-1/+1
* 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