PHILO-HE commented on code in PR #6965:
URL: https://github.com/apache/incubator-gluten/pull/6965#discussion_r1726153226


##########
gluten-ut/spark34/src/test/scala/org/apache/spark/sql/sources/GlutenInsertSuite.scala:
##########
@@ -115,15 +115,15 @@ class GlutenInsertSuite
   }
 
   testGluten("Cleanup staging files if job is failed") {
-    withTable("t") {
-      spark.sql("CREATE TABLE t (c1 int, c2 string) USING PARQUET")
-      val table = 
spark.sessionState.catalog.getTableMetadata(TableIdentifier("t"))
+    withTable("t1") {

Review Comment:
   @zhztheplayer, this is not the final fix. I suspect it's this test that 
causes following test failure, assuming its table is not removed somehow. But 
seems it's not.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to