zhztheplayer commented on code in PR #6965:
URL: https://github.com/apache/incubator-gluten/pull/6965#discussion_r1726093279
##########
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:
Does the change fix the issue?
If yes it's weird as:
1. More `withTable('t')`s are in the file
2. `withTable('t') {}` should remove the files after scope exits
--
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]