aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-15072][SQL][REPL][EXAMPLES] Remove SparkSession.withHiveSupportSandeep Singh2016-05-051-2/+5
* [SPARK-14124][SQL][FOLLOWUP] Implement Database-related DDL Commandsgatorsmile2016-05-051-6/+144
* [SPARK-6339][SQL] Supports CREATE TEMPORARY VIEW tableIdentifier AS querySean Zhong2016-05-042-12/+100
* [SPARK-14127][SQL] Native "DESC [EXTENDED | FORMATTED] <table>" DDL commandCheng Lian2016-05-044-1/+20
* [SPARK-14414][SQL] Make DDL exceptions more consistentAndrew Or2016-05-033-4/+5
* [SPARK-15047][SQL] Cleanup SQL ParserHerman van Hovell2016-05-021-2/+3
* [SPARK-15034][SPARK-15035][SPARK-15036][SQL] Use spark.sql.warehouse.dir as t...Yin Huai2016-04-301-2/+71
* [SPARK-14591][SQL] Remove DataTypeParser and add more keywords to the nonRese...Yin Huai2016-04-292-5/+6
* [SPARK-14917][SQL] Enable some ORC compressions tests for writinghyukjinkwon2016-04-291-29/+33
* [SPARK-15019][SQL] Propagate all Spark Confs to HiveConf created in HiveClien...Yin Huai2016-04-292-3/+4
* [SPARK-14981][SQL] Throws exception if DESC is specified for sorting columnsCheng Lian2016-04-292-13/+30
* [SPARK-15011][SQL][TEST] Ignore org.apache.spark.sql.hive.StatisticsSuite.ana...Yin Huai2016-04-291-1/+1
* [SPARK-14994][SQL] Remove execution hive from HiveSessionStateReynold Xin2016-04-293-117/+0
* [HOTFIX] Disable flaky test StatisticsSuite.analyze MetastoreRelationsReynold Xin2016-04-291-1/+2
* [SPARK-14991][SQL] Remove HiveNativeCommandReynold Xin2016-04-284-146/+9
* [SPARK-14954] [SQL] Add PARTITION BY and BUCKET BY clause for data source CTA...Cheng Lian2016-04-271-0/+93
* [SPARK-14130][SQL] Throw exceptions for ALTER TABLE ADD/REPLACE/CHANGE COLUMN...Yin Huai2016-04-27178-779/+97
* [SPARK-14944][SPARK-14943][SQL] Remove HiveConf from HiveTableScanExec, HiveT...Reynold Xin2016-04-261-4/+4
* [SPARK-14913][SQL] Simplify configuration APIReynold Xin2016-04-267-133/+114
* [SPARK-13477][SQL] Expose new user-facing Catalog interfaceAndrew Or2016-04-267-24/+24
* [SPARK-14445][SQL] Support native execution of SHOW COLUMNS and SHOW PARTITIONSDilip Biswal2016-04-273-7/+144
* [SPARK-14929] [SQL] Disable vectorized map for wide schemas & high-precision ...Sameer Agarwal2016-04-261-7/+8
* [SPARK-14853] [SQL] Support LeftSemi/LeftAnti in SortMergeJoinExecDavies Liu2016-04-261-2/+2
* [SPARK-14912][SQL] Propagate data source options to Hadoop configurationReynold Xin2016-04-262-13/+42
* [SPARK-14861][SQL] Replace internal usages of SQLContext with SparkSessionAndrew Or2016-04-255-13/+13
* [SPARK-14902][SQL] Expose RuntimeConfig in SparkSessionAndrew Or2016-04-257-10/+10
* [SPARK-14721][SQL] Remove HiveContext (part 2)Andrew Or2016-04-254-9/+12
* [SPARK-14875][SQL] Makes OutputWriterFactory.newInstance publicCheng Lian2016-04-251-1/+1
* Disable flaky script transformation testReynold Xin2016-04-241-2/+2
* [SPARK-14691][SQL] Simplify and Unify Error Generation for Unsupported Alter ...gatorsmile2016-04-242-3/+4
* [SPARK-14879][SQL] Move CreateMetastoreDataSource and CreateMetastoreDataSour...Yin Huai2016-04-231-6/+10
* [SPARK-14877][SQL] Remove HiveMetastoreTypes classReynold Xin2016-04-232-5/+7
* [SPARK-14865][SQL] Better error handling for view creation.Reynold Xin2016-04-231-23/+42
* Turn script transformation back on.Reynold Xin2016-04-231-2/+2
* [SPARK-14866][SQL] Break SQLQuerySuite out into smaller test suitesReynold Xin2016-04-223-509/+569
* [SPARK-14842][SQL] Implement view creation in sql/coreReynold Xin2016-04-221-4/+3
* [SPARK-14855][SQL] Add "Exec" suffix to physical operatorsReynold Xin2016-04-2211-33/+33
* [SPARK-14841][SQL] Move SQLBuilder into sql/coreReynold Xin2016-04-225-7/+9
* [SPARK-14609][SQL] Native support for LOAD DATA DDL commandLiang-Chi Hsieh2016-04-222-1/+151
* [SPARK-14826][SQL] Remove HiveQueryExecutionReynold Xin2016-04-223-27/+32
* [SPARK-14369] [SQL] Locality support for FileScanRDDCheng Lian2016-04-211-1/+39
* [SPARK-14824][SQL] Rename HiveContext object to HiveUtilsAndrew Or2016-04-217-18/+18
* [SPARK-14821][SQL] Implement AnalyzeTable in sql/core and remove HiveSqlAstBu...Reynold Xin2016-04-212-4/+3
* [SPARK-14798][SQL] Move native command and script transformation parsing into...Reynold Xin2016-04-213-3/+3
* [SPARK-14795][SQL] Remove the use of Hive's variable substitutionReynold Xin2016-04-211-2/+2
* [SPARK-14794][SQL] Don't pass analyze command into HiveReynold Xin2016-04-211-5/+5
* [HOTFIX] Disable flaky testsReynold Xin2016-04-211-2/+2
* [SPARK-14792][SQL] Move as many parsing rules as possible into SQL parserReynold Xin2016-04-211-3/+3
* [SPARK-14775][SQL] Remove TestHiveSparkSession.rewritePathsReynold Xin2016-04-203-4/+17
* [SPARK-14770][SQL] Remove unused queries in hive module test resourcesReynold Xin2016-04-20690-5352/+0