uros-b opened a new pull request, #17546: URL: https://github.com/apache/iceberg/pull/17546
`BasePartitionStatistics#getByPos` and `#internalSet` both reject an out-of-range position with a bare `Unknown position: <pos>`, which does not say what a valid position would be. This adds the expected range so the message points at the cause. The bound is taken from `DV_COUNT_POSITION` rather than hardcoded, so the message stays correct if further positions are added. -- 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]
