singhpk234 opened a new pull request #4411: URL: https://github.com/apache/iceberg/pull/4411
we faced concurrent modification issue in ORC when trying to modify existing hadoop conf from HadoopFileIO in ORC write builder. ref : [Issue#4383](https://github.com/apache/iceberg/issues/4383), [PR#4384](https://github.com/apache/iceberg/pull/4384) Looks like this code snippet was inspired from this sub-section in Parquet#write based on discussion https://github.com/apache/iceberg/pull/3810#issuecomment-1061334692 As per my understanding, we should do the same changes as we did in the ORC, here in parquet. The issue we had in ORC (given that we expect our PR fixed it), could also happen in Parquet#write under same circumstances, added a test for the same ---- cc @openinx, @hililiwei , @rdblue -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
