gunjanchaudhary87 commented on issue #6428:
URL: https://github.com/apache/hudi/issues/6428#issuecomment-1403329276
Hi ,
Is there any resolution for this issue yet or any idea by which release this
issue can be fixed ?
I am also facing the same issue.
My test case is very simple - to reload same file twice
1. With hoodie.datasource.write.operation = BulkInsert
2. With hoodie.datasource.write.operation = Upsert
When metadata is enabled Bulk Insert works fine , but Upsert Aborts with
"Caused by: java.lang.IllegalStateException: Block has already been inflated"
When metedata is disabled ( hoodie.metadata.enable = false ) The Upsert
works fine.
My test cases mostly depend on Metadata , so I need it to be enabled.
Please let me know if there is any other workaround.
Thank you !
--
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]