cloud-fan commented on code in PR #53572:
URL: https://github.com/apache/spark/pull/53572#discussion_r2735982841
##########
sql/core/src/test/scala/org/apache/spark/sql/DatasetCacheSuite.scala:
##########
@@ -337,4 +337,33 @@ class DatasetCacheSuite extends QueryTest
val value = ColumnarToRowExec(plan).executeCollectPublic().head.get(0)
assert(value == LocalTime.of(13, 33, 33))
}
+
+ test("SPARK-54812: SHOW TABLES should be a no-op.") {
Review Comment:
Does it duplicate the new tests in `CatalogSuite.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: [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]