nsivabalan commented on issue #6101:
URL: https://github.com/apache/hudi/issues/6101#issuecomment-1229348318

   if you wish to delete entire partition data, you can directly issue 
"DELETE_PARTITION" operation. and you don't need to send entire DF<Recs> for 
it. For instance,  you can set this config 
https://hudi.apache.org/docs/0.11.1/configurations#hoodiedatasourcewritepartitionstodelete
 as comma separated list of partitions to be deleted. 
   
   If you are not setting this config param, then you need to pass DF<Recs> for 
records for which you wish to delete partition. 
   and later when cleaner comes around, it will delete the physical directory. 


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to