cloud-fan 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_r382085768
 
 

 ##########
 File path: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogSuite.scala
 ##########
 @@ -154,4 +155,32 @@ class HiveExternalCatalogSuite extends 
ExternalCatalogSuite {
     catalog.createTable(hiveTable, ignoreIfExists = false)
     assert(catalog.getTable("db1", "spark_29498").owner === owner)
   }
+
+  test("SPARK-30868 throw QueryExectionException if run hive query failed") {
 
 Review comment:
   `run hive query failed` is misleading, how about
   ```
   SPARK-30868: throw an exception if HiveClient#runSqlHive fails
   ```

----------------------------------------------------------------
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