nastra opened a new pull request, #15432: URL: https://github.com/apache/iceberg/pull/15432
This aligns the offsets in the impl with the offets mentioned in the [design doc](https://docs.google.com/document/d/1uvbrwwAJW2TgsnoaIcwAFpjbhHkBUL5wY_24nKgtt9I/edit?pli=1&tab=t.0#heading=h.p1hqst2uyhbl) and the [Spec](https://github.com/apache/iceberg/pull/14234). The offsets are starting at 1 and are describing the offset of the field ID from the base stats structure, whereas the Java impl was using the offsets based on their **position** (0-based) within the stats structure. -- 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]
