The GitHub Actions job "CI" on 
iceberg-rust.git/adityasn/transform-incorrect-hash-for-decimal has failed.
Run started by GitHub user aditya-subrahmanyan (triggered by 
aditya-subrahmanyan).

Head commit for run:
5dd3638885945d3af5d55820952f6bab9f87b22f / Aditya Subrahmanyan 
<[email protected]>
fix: Use correct byte representation for decimal hashing

Spec states that: "Decimal values are hashed using the minimum number of
bytes required to hold the unscaled value as a two's complement
big-endian".

Prior to this fix, we would incorrectly consume leading 0xFF bytes and
hash them. Now, we only consume the bytes starting with the one that is
used to preserve the sign, and everything that follows that byte.

Report URL: https://github.com/apache/iceberg-rust/actions/runs/20739812404

With regards,
GitHub Actions via GitBox

Reply via email to