gengliangwang commented on code in PR #52764:
URL: https://github.com/apache/spark/pull/52764#discussion_r2543883367


##########
sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2DataFrameSuite.scala:
##########
@@ -1644,6 +1647,70 @@ class DataSourceV2DataFrameSuite
     }
   }
 
+  test("SPARK-54022: caching table via Dataset API should pin table state") {

Review Comment:
   Let's mention the behavior change before / after this PR in the PR 
description:
   * caching table via Dataset API 
   * caching a query via Dataset API
   * caching table via CACHE TABLE



-- 
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]

Reply via email to