xxubai commented on PR #3797: URL: https://github.com/apache/amoro/pull/3797#issuecomment-3343533607
> @zhoujinsong Hello! Yep, it is necessary to fix it in the `iceberg` library; however, it seems like we need to wait a lot of time while the bug is fixed. Additionally, when the `iceberg` library is updated, we need to bump the version. Hi @CatOrLeader . Thanks for the contribution! I directly tried modifying InternalRecordWrapper to add the corresponding converter in order to fix this issue (https://github.com/apache/iceberg/pull/14208/files#diff-3be4a9b849bc3dad71d9224f6d8f1b70ac5d6e36db9a1e608273c5df3e127a7c). I think we could follow @zhoujinsong 's suggestion and create a copy class inside Amoro to replace the current InternalRecordWrapper(Such as `src/main/java/org/apache/iceberg/data/IcebergRecordWrapper.java`). Later, once this issue is fixed upstream, we could revert to the native class. What do you think? -- 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]
