szehon-ho commented on code in PR #53572:
URL: https://github.com/apache/spark/pull/53572#discussion_r2737947398
##########
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:
@cloud-fan actually the catalogSuite is to test Spark connect, I think its a
slightly different code path?
--
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]