NoahKusaba commented on PR #2904: URL: https://github.com/apache/iceberg-rust/pull/2904#issuecomment-5684087911
> 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. I appreciate someone else is interested in this PR! I suspect it has gotten buried and forgotten, but I'll look to resolve conflicts and ping one of the maintainers as a last hurrah. -- 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]
