HyukjinKwon opened a new pull request, #39919:
URL: https://github.com/apache/spark/pull/39919

   ### What changes were proposed in this pull request?
   
   This PR adds three API below to Spark Connect
   - `Catalog.isCached`
   - `Catalog.cacheTable`
   - `Catalog uncacheTable`
   
   ### Why are the changes needed?
   
   These were not added because of the design concern (in its behaviour). 
However, we should provide the same API compatibility and behaivours with the 
regular PySpark in any event. So these are proposed back.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No to end users.
   Yes to the dev because it adds three new API in Spark Connect.
   
   ### How was this patch tested?
   
   Unittests were added.
   


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