HyukjinKwon commented on code in PR #45855:
URL: https://github.com/apache/spark/pull/45855#discussion_r1550652914
##########
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")
Review Comment:
Wonder if we should have a simple wrapper, e.g.,
`SQLTestUtilsBase.withTempView`
--
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]