Re: [I] [SUPPORT] Hudi Delete Partition on AWS Glue [hudi]

2024-01-16 Thread via GitHub


soumilshah1995 commented on issue #8894:
URL: https://github.com/apache/hudi/issues/8894#issuecomment-1894700142

   hey buddy 
   depends on how you have partitioned your tables if you have partitioned 
tables with hive style 
   state='Connecticut. should work 
   
   lets connect on slack for more details :D 


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



Re: [I] [SUPPORT] Hudi Delete Partition on AWS Glue [hudi]

2024-01-16 Thread via GitHub


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