Re: [I] Support scanning a specific branch of a table [iceberg-python]

2025-03-02 Thread via GitHub
Fokko commented on issue #1746: URL: https://github.com/apache/iceberg-python/issues/1746#issuecomment-2692863452 Hey @malcolmbovey I think that would be a great addition 👍 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] Support scanning a specific branch of a table [iceberg-python]

2025-03-02 Thread via GitHub
malcolmbovey commented on issue #1746: URL: https://github.com/apache/iceberg-python/issues/1746#issuecomment-2692723601 Thanks, would you like me to draft a PR tp enable a branch parameter to be passed to `table.scan` ? -- This is an automated message from the Apache Git Service. To re

Re: [I] Support scanning a specific branch of a table [iceberg-python]

2025-03-01 Thread via GitHub
kevinjqliu commented on issue #1746: URL: https://github.com/apache/iceberg-python/issues/1746#issuecomment-2692326733 I dont think we have support for reading directly from a branch name yet. On the read side, you can specify a specific `snapshot_id`, https://github.com/apache/iceberg-pyt

[I] Support scanning a specific branch of a table [iceberg-python]

2025-02-28 Thread via GitHub
malcolmbovey opened a new issue, #1746: URL: https://github.com/apache/iceberg-python/issues/1746 ### Feature Request / Improvement As far as I can tell, PyIceberg does not directly support being able to scan a particular branch of an iceberg table. For example, there is no way to b