jharringtonCoupons commented on issue #5891:
URL: https://github.com/apache/hudi/issues/5891#issuecomment-1256706676

   Below are two workable solutions to get around this problem. They both 
involve adding `additional_options` to the S3 connectionType.
   
   - Exclude folder
   
   `additional_options={"exclusions": "[\"s3://bucket/folder/.hoodie/*\"]"}`
   
   - Exclude file(s)
   
   `additional_options={"exclusions": 
"[\"**.commit\",\"**.inflight\",\"**.properties\"]"}`
   


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