plusplusjiajia commented on PR #2904: URL: https://github.com/apache/iceberg-rust/pull/2904#issuecomment-5675566550
Reproduced through `iceberg-datafusion` against a REST catalog: after `add_column` with no append, any query touching the new column fails with `Column ... not found in table`. With this patch the rows come back with the column as NULL. Matches Java's `SnapshotScan` (table schema unless a snapshot is pinned), and `snapshot_id()` is the only way to pin one here. -- 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]
