stczwd commented on a change in pull request #27644: [SPARK-30868][SQL] Throw 
Exception if runHive(sql) failed
URL: https://github.com/apache/spark/pull/27644#discussion_r381952920
 
 

 ##########
 File path: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala
 ##########
 @@ -847,6 +848,11 @@ class HiveQuerySuite extends HiveComparisonTest with 
SQLTestUtils with BeforeAnd
     sql("DROP TEMPORARY FUNCTION udtf_count2")
   }
 
+  test("SPARK-30868 ADD JAR command failed") {
+    val jarPath = "file:///tmp/not_exists.jar"
 
 Review comment:
   sure

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to