The GitHub Actions job "CI" on 
iceberg-rust.git/fix/split-offsets-null-serialization has failed.
Run started by GitHub user AndreaBozzo (triggered by AndreaBozzo).

Head commit for run:
f6bc124ace7e188569583cdb0b257646f41eeb2f / AndreaBozzo <[email protected]>
fix: Serialize `split_offsets` as null when empty

Change `split_offsets` field in `DataFile` from `Vec<i64>` to
`Option<Vec<i64>>` to properly serialize empty values as `null`
instead of `[]`, aligning with the Iceberg specification.

Closes #1897

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

With regards,
GitHub Actions via GitBox

Reply via email to