cloud-fan commented on code in PR #47592: URL: https://github.com/apache/spark/pull/47592#discussion_r1704811240
########## sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala: ########## @@ -4876,6 +4878,13 @@ class SQLQuerySuite extends QueryTest with SharedSparkSession with AdaptiveSpark assert(relations.head.options == Map("key1" -> "1", "key2" -> "2")) } } + + test("override spark_catalog by InMemoryCatalog") { Review Comment: BTW the test should go to `DataSourceV2SQLSuite.scala` -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org