fallintoplace commented on PR #2631: URL: https://github.com/apache/iceberg-rust/pull/2631#issuecomment-4699388675
That makes sense. The main issue I wanted to avoid is the `i64 -> u64` wraparound, where `-1` becomes `18446744073709551615`. Would you prefer this PR to skip negative positions while reading, instead of returning `DataInvalid`? Happy to update it that way if that fits the reader-side tolerance you have in mind. -- 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]
