aboutsummaryrefslogtreecommitdiff
path: root/sql/hive-thriftserver/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16563][SQL] fix spark sql thrift server FetchResults bugAlice2016-08-081-0/+48
* [SPARK-15730][SQL] Respect the --hiveconf in the spark-sql command lineCheng Hao2016-07-051-0/+11
* [SPARK-15934] [SQL] Return binary mode in ThriftServerEgor Pakhomov2016-06-152-6/+37
* [SPARK-15431][SQL][BRANCH-2.0-TEST] rework the clisuite test casesXin Wu2016-05-271-11/+26
* [SPARK-15431][SQL][HOTFIX] ignore 'list' command testcase from CliSuite for nowXin Wu2016-05-271-2/+2
* [SPARK-15431][SQL] Support LIST FILE(s)|JAR(s) command nativelyXin Wu2016-05-231-0/+19
* [SPARK-15108][SQL] Describe Permanent UDTFgatorsmile2016-05-061-2/+2
* [SPARK-15095][SQL] drop binary mode in ThriftServerDavies Liu2016-05-032-37/+6
* [SPARK-12143][SQL] Binary type support for Hive thrift serverhyukjinkwon2016-04-271-0/+19
* [SPARK-14869][SQL] Don't mask exceptions in ResolveRelationsReynold Xin2016-04-231-1/+1
* [SPARK-14855][SQL] Add "Exec" suffix to physical operatorsReynold Xin2016-04-221-2/+2
* [SPARK-14609][SQL] Native support for LOAD DATA DDL commandLiang-Chi Hsieh2016-04-221-2/+2
* [SPARK-14824][SQL] Rename HiveContext object to HiveUtilsAndrew Or2016-04-211-3/+3
* [SPARK-14676] Wrap and re-throw Await.result exceptions in order to capture f...Josh Rosen2016-04-192-10/+11
* [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