anoopj opened a new pull request, #2985: URL: https://github.com/apache/iceberg-rust/pull/2985
## Which issue does this PR close? Refs https://github.com/apache/iceberg-rust/issues/2879 - Closes #. ## What changes are included in this PR? The prior change rejected files that physically carry a per-row _last_updated_sequence_number column. Read such columns instead and coalesce per the spec. i.e. use the per-row value where non-null, fall back to the file's data sequence number only where null. _row_id, whose fallback is positional, is a later PR. ## Are these changes tested? Added tests. -- 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]
