minihippo commented on a change in pull request #3207:
URL: https://github.com/apache/hudi/pull/3207#discussion_r667584809



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/AbstractHoodieWriteClient.java
##########
@@ -1037,6 +1038,10 @@ protected void 
setWriteSchemaForDeletes(HoodieTableMetaClient metaClient) {
     }
   }
 
+  protected void unpersistRDD() {

Review comment:
       `Upersist` has to been executed immediately before running inline 
compaction or clustering to release the memory and disk. Therefore, cannot move 
it into `close`




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


Reply via email to