jchen5 commented on code in PR #45855:
URL: https://github.com/apache/spark/pull/45855#discussion_r1550269821
##########
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:
Most test cases use temp views, and of the ones that use tables a lot of
them do use uniquely-named schemas. We should probably change the rest to use
uniquely-named schemas too.
--
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]