007vedant commented on issue #8894:
URL: https://github.com/apache/hudi/issues/8894#issuecomment-1894364961

   Hi @soumilshah1995 
   I've a use case of deleting specific partitions from my Hudi table. I 
verified that the deletion works when I just specify the list of partitions to 
be deleted without specifying the partition name in the write options i.e
   
   1. `.option("hoodie.datasource.write.partitions.to.delete", 
"Connecticut,Arizona")` -> works
   2. `.option("hoodie.datasource.write.partitions.to.delete", 
"state='Connecticut'")` -> does not work.
   
   Is this expected/is my inference correct or am I doing something wrong?


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