c21 commented on a change in pull request #31873:
URL: https://github.com/apache/spark/pull/31873#discussion_r596413151
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/adaptive/AdaptiveQueryExecSuite.scala
##########
@@ -1254,21 +1254,38 @@ class AdaptiveQueryExecSuite
test("SPARK-34533: Eliminate left anti join to empty relation") {
withSQLConf(
SQLConf.ADAPTIVE_EXECUTION_ENABLED.key -> "true") {
- withTable("emptyTestData") {
Review comment:
Do not create `emptyTestData` anymore as we already [created one
here](https://github.com/apache/spark/blob/master/sql/core/src/test/scala/org/apache/spark/sql/test/SQLTestData.scala#L295).
Create table again here will cause problem for the followed newly added test
when trying to use `emptyTestData`.
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]