aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SQL] Backport backtick and smallint JDBC fixes to 1.1ravipesala2014-11-101-1/+13
* [SPARK-3971][SQL] Backport #2843 to branch-1.1Cheng Lian2014-11-101-40/+19
* SPARK-3807: SparkSql does not work for tables created using custom serdechirag2014-10-131-0/+3
* [SPARK-3792][SQL] Enable JavaHiveQLSuitescwf2014-10-051-18/+9
* [SPARK-3515][SQL] Moves test suite setup code to beforeAll rather than in con...Cheng Lian2014-09-121-29/+24
* [SPARK-3291][SQL]TestcaseName in createQueryTest should not contain ":"qiping.lqp2014-08-293-1/+4
* [SPARK-3252][SQL] Add missing condition for testviirya2014-08-271-1/+2
* [SPARK-3118][SQL]add "SHOW TBLPROPERTIES tblname;" and "SHOW COLUMNS (FROM|IN...u0jing2014-08-2723-0/+16
* [SPARK-3194][SQL] Add AttributeSet to fix bugs with invalid comparisons of At...Michael Armbrust2014-08-261-1/+8
* [Spark-3222] [SQL] Cross join support in HiveQLDaoyuan Wang2014-08-253-0/+0
* [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-2314-4/+94
* [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-1334-0/+182
* [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-052-0/+4
* [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-316-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-294-0/+14
* [SPARK-2716][SQL] Don't check resolved for having filters.Michael Armbrust2014-07-292-0/+139
* [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-282-0/+50
* 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-254-7/+6
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Michael Armbrust2014-07-251-24/+26
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-251-26/+24
* [SPARK-2665] [SQL] Add EqualNS & Unit TestsCheng Hao2014-07-2550-0/+644
* [SPARK-2658][SQL] Add rule for true = 1.Michael Armbrust2014-07-232-0/+13
* [SPARK-2484][SQL] Build should not run hivecompatibility tests by default.witgo2014-07-231-875/+0
* SPARK-2226: [SQL] transform HAVING clauses with aggregate expressions that a...William Benton2014-07-2311-0/+843
* [SPARK-2615] [SQL] Add Equal Sign "==" Support for HiveQlCheng Hao2014-07-2220-0/+44
* Fix flakey HiveQuerySuite testAaron Davidson2014-07-211-23/+22
* [SPARK-2190][SQL] Specialized ColumnType for TimestampCheng Lian2014-07-21122-2/+126
* [SPARK-2525][SQL] Remove as many compilation warning messages as possible in ...Yin Huai2014-07-161-1/+1
* [SQL] Whitelist more Hive tests.Michael Armbrust2014-07-15105-0/+163
* [SPARK-2483][SQL] Fix parsing of repeated, nested data access.Michael Armbrust2014-07-151-2/+8
* [SPARK-2339][SQL] SQL parser in sql-core is case sensitive, but a table alias...Yin Huai2014-07-072-0/+30
* [SPARK-2328] [SQL] Add execution of `SHOW TABLES` before `TestHive.reset()`.Takuya UESHIN2014-07-021-0/+3