gengliangwang commented on code in PR #45855:
URL: https://github.com/apache/spark/pull/45855#discussion_r1550260389


##########
sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala:
##########
@@ -703,6 +703,8 @@ class SQLQueryTestSuite extends QueryTest with 
SharedSparkSession with SQLHelper
   }
 
   test("Test logic for determining whether a query is semantically sorted") {
+    spark.sql("CREATE SCHEMA semantic_sort_test")
+    spark.sql("USE SCHEMA semantic_sort_test")

Review Comment:
   This could happen in other tests which depend on t1/t2 as well. Why fixing 
this test case only?



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