LuciferYang commented on code in PR #40438:
URL: https://github.com/apache/spark/pull/40438#discussion_r1140542893
##########
connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/client/CheckConnectJvmClientCompatibility.scala:
##########
@@ -129,6 +130,9 @@ object CheckConnectJvmClientCompatibility {
ProblemFilters.exclude[Problem]("org.sparkproject.*"),
ProblemFilters.exclude[Problem]("org.apache.spark.connect.proto.*"),
+ // Catalog
+
ProblemFilters.exclude[Problem]("org.apache.spark.sql.catalog.Catalog.cacheTable"),
Review Comment:
As I said i pr description, cacheTable with StorageLevel not implemented in
this pr due to a new proto message needs to be added, which will be
implemented in a follow up
--
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]