Github user adachij2002 commented on a diff in the pull request:
https://github.com/apache/spark/pull/5345#discussion_r28480993
--- Diff:
sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/CliSuite.scala
---
@@ -125,4 +133,23 @@ class CliSuite extends FunSuite with BeforeAndAfterAll
with Logging {
test("Single command with -e") {
runCliWithin(1.minute, Seq("-e", "SHOW DATABASES;"))("" -> "OK")
}
+
+ test("Single command with --database") {
+ runCliWithin(1.minute)(
+ "CREATE DATABASE hive_test_db;"
+ -> "OK",
+ "USE hive_test_db;"
+ -> "OK",
+ "CREATE TABLE hive_test(key INT, val STRING);"
+ -> "OK",
+ "SHOW TABLES;"
+ -> "Time taken: "
+ )
--- End diff --
@liancheng I fixed it.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]