MehulBatra opened a new pull request, #249: URL: https://github.com/apache/iceberg-python/pull/249
Resolves: [](https://github.com/apache/iceberg-python/issues/232) Python, certain values are considered False in a boolean context. These include None, 0, empty sequences/collections (`''`, `[]`, `{}`), and others. This is often referred to as “falsy” values. With the current implementation of -> `def current_snapshot(self) -> Optional[Snapshot] ` it will skip snapshot_id = 0 as well, hence to solve this raise this PR -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org