You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/04/14 15:13:06 UTC

[GitHub] [spark] yaooqinn commented on a change in pull request #32163: [SPARK-35086][SQL][CORE] --verbose should be passed to Spark SQL CLI too

yaooqinn commented on a change in pull request #32163:
URL: https://github.com/apache/spark/pull/32163#discussion_r613338282



##########
File path: sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/CliSuite.scala
##########
@@ -594,4 +594,11 @@ class CliSuite extends SparkFunSuite with BeforeAndAfterAll with Logging {
         -> "BroadcastHashJoin"
     )
   }
+
+  test("SPARK-35086: --verbose should be passed to Spark SQL CLI") {
+    runCliWithin(2.minute,

Review comment:
       nit:  inline,   `runCliWithin(2.minute, Seq("--verbose"))("SELECT 1;" -> "SELECT 1")`
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org