anoopj opened a new pull request, #2966:
URL: https://github.com/apache/iceberg-rust/pull/2966

   ## Which issue does this PR close?
   
   Refs https://github.com/apache/iceberg-rust/issues/2879
   
   ## What changes are included in this PR?
   
   Reading the `_last_updated_sequence_number` metadata column is not supported 
currently. This PR fixes it.
   
   Note: A file may physically carry a per-row column (e.g. written by Iceberg 
Java when carrying rows forward across a rewrite). The spec reads such non-null 
per-row values unmodified; that per-row coalesce is not implemented yet, so 
such files are rejected with `FeatureUnsupported`.
   
   The per-row coalesce, and the `_row_id` column, follow in later PRs.
   
   ## Are these changes tested?
   
   unit 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]

Reply via email to