yaooqinn commented on code in PR #53811:
URL: https://github.com/apache/spark/pull/53811#discussion_r2694198034


##########
sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2SQLSuite.scala:
##########
@@ -3244,14 +3244,16 @@ class DataSourceV2SQLSuiteV1Filter
     val t3 = s"testcat.t$ts1"
     val t4 = s"testcat.t$ts2"
 
-    withTable(t3, t4) {
+    withTable(t3, t4, "t") {

Review Comment:
   the "t" really stands out here, shall we predef it?



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