pan3793 commented on PR #10460: URL: https://github.com/apache/iceberg/pull/10460#issuecomment-2155988869
@nastra I don't think this is a simple "version not match" issue. 1. the code accesses `ALLOW_LEADING_DECIMAL_POINT_FOR_NUMBERS`. it should be available. 2. the code accesses an Enum value directly without reflection, there is no compile time error but a runtime error. -- 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]
