aboutsummaryrefslogtreecommitdiff
path: root/sql/hive-thriftserver/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14388][SQL] Implement CREATE TABLEAndrew Or2016-04-131-4/+4
* [SPARK-14362][SPARK-14406][SQL][FOLLOW-UP] DDL Native Support: Drop View and ...gatorsmile2016-04-101-1/+1
* [SPARK-14362][SPARK-14406][SQL] DDL Native Support: Drop View and Drop Tablegatorsmile2016-04-091-3/+3
* [SPARK-14123][SPARK-14384][SQL] Handle CreateFunction/DropFunctionYin Huai2016-04-051-43/+51
* [SPARK-13579][BUILD] Stop building the main Spark assembly.Marcelo Vanzin2016-04-041-0/+4
* [SPARK-14184][SQL] Support native execution of SHOW DATABASE command and fix ...Dilip Biswal2016-04-011-1/+1
* [SPARK-14124][SQL] Implement Database-related DDL Commandsgatorsmile2016-03-291-1/+1
* [SPARK-14014][SQL] Integrate session catalog (attempt #2)Andrew Or2016-03-241-4/+1
* Revert "[SPARK-14014][SQL] Replace existing catalog with SessionCatalog"Andrew Or2016-03-231-1/+4
* [SPARK-14014][SQL] Replace existing catalog with SessionCatalogAndrew Or2016-03-231-4/+1
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-172-2/+4
* [MINOR][DOCS] Fix more typos in comments/strings.Dongjoon Hyun2016-03-141-1/+1
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-132-3/+4
* [SPARK-13486][SQL] Move SQLConf into an internal packageReynold Xin2016-02-251-1/+1
* [SPARK-11624][SPARK-11972][SQL] fix commands that need hive to execDaoyuan Wang2016-02-221-0/+5
* [MINOR][DOCS] Fix all typos in markdown files of `doc` and similar patterns i...Dongjoon Hyun2016-02-221-2/+2
* [SPARK-13171][CORE] Replace future calls with FutureJakob Odersky2016-02-051-3/+3
* [SPARK-13157] [SQL] Support any kind of input for SQL commands.Herman van Hovell2016-02-031-4/+2
* [SPARK-13150] [SQL] disable two flaky testsDavies Liu2016-02-021-2/+4
* [SPARK-12968][SQL] Implement command to set current databaseLiang-Chi Hsieh2016-01-281-1/+1
* [SPARK-11823] Ignores HiveThriftBinaryServerSuite's test jdbc cancelYin Huai2016-01-111-1/+3
* [SPARK-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-052-5/+5
* [SPARK-11823][SQL] Fix flaky JDBC cancellation test in HiveThriftBinaryServer...Josh Rosen2015-12-211-29/+56
* [SPARK-11043][SQL] BugFix:Set the operator log in the thrift server.huangzhaowei2015-11-241-1/+15
* [SPARK-11089][SQL] Adds option for disabling multi-session in Thrift serverCheng Lian2015-11-171-1/+50
* [SPARK-11191][SQL] Looks up temporary function using execution Hive clientCheng Lian2015-11-121-0/+45
* [SPARK-11647] Attempt to reduce time/flakiness of Thriftserver CLI and SparkS...Josh Rosen2015-11-111-7/+14
* [SPARK-11595] [SQL] Fixes ADD JAR when the input path contains URL schemeCheng Lian2015-11-091-0/+1
* [SPARK-11188][SQL] Elide stacktraces in bin/spark-sql for AnalysisExceptionsDilip Biswal2015-10-291-2/+10
* [SPARK-10810] [SPARK-10902] [SQL] Improve session management in SQLDavies Liu2015-10-082-40/+44
* [SPARK-10845] [SQL] Makes spark.sql.hive.version a SQLConfEntryCheng Lian2015-09-261-0/+27
* [SPARK-10121] [SQL] Thrift server always use the latest class loader provided...Yin Huai2015-08-251-0/+54
* [SPARK-9939] [SQL] Resorts to Java process API in CliSuite, HiveSparkSubmitSu...Cheng Lian2015-08-192-77/+70
* [SPARK-9580] [SQL] Replace singletons in SQL testsAndrew Or2015-08-131-2/+0
* [SPARK-9606] [SQL] Ignore flaky thrift server testsMichael Armbrust2015-08-041-1/+3
* [SPARK-8064] [SQL] Build against Hive 1.2.1Steve Loughran2015-08-032-24/+91
* [SPARK-9466] [SQL] Increate two timeouts in CliSuite.Yin Huai2015-07-311-2/+2
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-141-1/+1
* [SPARK-7961][SQL]Refactor SQLConf to display better error messagezsxwing2015-06-171-10/+12
* [SPARK-7444] [TESTS] Eliminate noisy css warn/error logs for UISeleniumSuitezsxwing2015-06-111-2/+5
* [SPARK-6964] [SQL] Support Cancellation in the Thrift ServerDong Wang2015-06-051-2/+40
* [SPARK-6909][SQL] Remove Hive Shim codeCheolsoo Park2015-06-041-3/+5
* [SPARK-7973] [SQL] Increase the timeout of two CliSuite tests.Yin Huai2015-06-031-2/+2
* [SQL] [TEST] [MINOR] Follow-up of PR #6493, use Guava API to ensure Java 6 fr...Cheng Lian2015-06-021-4/+5
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-292-6/+6
* [SQL] [TEST] [MINOR] Uses a temporary log4j.properties in HiveThriftServer2Te...Cheng Lian2015-05-291-6/+25
* [SPARK-7927] whitespace fixes for Hive and ThriftServer.Reynold Xin2015-05-281-2/+2
* [SPARK-7907] [SQL] [UI] Rename tab ThriftServer to SQL.Yin Huai2015-05-271-2/+2
* [SPARK-7853] [SQL] Fixes a class loader issue in Spark SQLCheng Hao2015-05-271-4/+37
* [MINOR] [SQL] Ignores Thrift server UISeleniumSuiteCheng Lian2015-05-221-11/+8