aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-2283][SQL] Reset test environment before running PruningSuiteCheng Lian2014-06-251-0/+5
* [SPARK-2263][SQL] Support inserting MAP<K, V> to Hive tablesCheng Lian2014-06-252-6/+12
* [SPARK-2225] Turn HAVING without GROUP BY into WHERE.Reynold Xin2014-06-201-12/+7
* SPARK-2180: support HAVING clauses in Hive queriesWilliam Benton2014-06-201-0/+29
* [SPARK-2218] rename Equals to EqualTo in Spark SQL expressions.Reynold Xin2014-06-201-4/+4
* [SPARK-2210] cast to boolean on boolean value gets turned into NOT((boolean_c...Reynold Xin2014-06-191-1/+24
* [SPARK-2177][SQL] describe table result contains only one columnYin Huai2014-06-193-15/+128
* [SPARK-2191][SQL] Make sure InsertIntoHiveTable doesn't execute more than once.Michael Armbrust2014-06-191-0/+6
* [SPARK-2187] Explain should not run the optimizer twice.Reynold Xin2014-06-181-4/+1
* [SPARK-2053][SQL] Add Catalyst expressions for CASE WHEN.Zongheng Yang2014-06-179-0/+150
* [SPARK-2164][SQL] Allow Hive UDF on columns of type structXi Liu2014-06-172-0/+127
* Minor fix: made "EXPLAIN" output to play well with JDBC output formatCheng Lian2014-06-162-2/+2
* [SQL][SPARK-2094] Follow up of PR #1071 for Java APICheng Lian2014-06-163-54/+118
* [Spark-2137][SQL] Timestamp UDFs brokenYin Huai2014-06-1317-0/+14
* [SPARK-2094][SQL] "Exactly once" semantics for DDL and command statementsCheng Lian2014-06-133-35/+102
* [SPARK-2135][SQL] Use planner for in-memory scansMichael Armbrust2014-06-121-3/+3
* [SQL] Code Cleanup: Left Semi Hash JoinDaoyuan2014-06-1151-0/+367
* [SPARK-1968][SQL] SQL/HiveQL command for caching/uncaching tablesCheng Lian2014-06-111-0/+16
* [SPARK-1508][SQL] Add SQLConf to SQLContext.Zongheng Yang2014-06-102-0/+78
* [SPARK-1704][SQL] Fully support EXPLAIN commands as SchemaRDD.Zongheng Yang2014-06-091-0/+12
* [SPARK-1495][SQL]add support for left semi joinDaoyuan2014-06-0926-0/+43
* [SPARK-2050 - 2][SQL] DIV and BETWEEN should not be case sensitive.Michael Armbrust2014-06-063-2/+6
* Avoid dynamic dispatching when unwrapping Hive data.Cheng Lian2014-06-021-3/+2
* [SPARK-1368][SQL] Optimized HiveTableScanCheng Lian2014-05-291-11/+14
* [SQL] SPARK-1922LY Lai2014-05-271-0/+32
* [Hotfix] Blacklisted flaky HiveCompatibility testTathagata Das2014-05-201-2/+4
* [SQL] Implement between in hqlMichael Armbrust2014-05-162-0/+5
* SPARK-1803 Replaced colon in filenames with a dashStevo Slavić2014-05-1516-15/+15
* [WIP][Spark-SQL] Optimize the Constant Folding for ExpressionCheng Hao2014-05-075-0/+1239
* Whitelist Hive TestsMichael Armbrust2014-05-0386-4/+327
* [SQL] SPARK-1661 - Fix regex_serde testMichael Armbrust2014-05-0113-0/+87
* SPARK-1586 Windows build fixesMridul Muralidharan2014-04-243-4/+9
* SPARK-1562 Fix visibility / annotation of Spark SQL APIsMichael Armbrust2014-04-2211-14/+13
* [SQL] SPARK-1424 Generalize insertIntoTable functions on SchemaRDDsMichael Armbrust2014-04-153-52/+154
* SPARK-1374: PySpark API for SparkSQLAhir Reddy2014-04-151-0/+3
* [BUGFIX] In-memory columnar storage bug fixesCheng Lian2014-04-142-9/+13
* [SQL] SPARK-1427 Fix toString for SchemaRDD NativeCommands.Michael Armbrust2014-04-071-0/+4
* [SQL] SPARK-1366 Consistent sql function across different types of SQLContextsMichael Armbrust2014-04-045-31/+41