zhztheplayer commented on code in PR #6965:
URL: https://github.com/apache/incubator-gluten/pull/6965#discussion_r1726154867
##########
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:
Aha I missed that the PR is in draft. Please go ahead. Thank.
##########
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:
Aha I missed that the PR is in draft. Please go ahead. Thanks.
--
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]