nastra commented on PR #10460: URL: https://github.com/apache/iceberg/pull/10460#issuecomment-2155863781
The error indicates that `ALLOW_LEADING_PLUS_SIGN_FOR_NUMBERS` isn't available in the Jackson version that is being used at runtime when the test is executed. I checked and `ALLOW_LEADING_PLUS_SIGN_FOR_NUMBERS` was introduced with Jackson 2.14, meaning that the test is using an earlier Jackson version. You could try and check which dependencies are being used exactly via `./gradlew :iceberg-mr:dependencies` -- 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]
