Re: [PR] Expose ref_name parameter for table scans [iceberg-python]

2025-06-02 Thread via GitHub
b-phi closed pull request #1765: Expose ref_name parameter for table scans URL: https://github.com/apache/iceberg-python/pull/1765 -- 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

Re: [PR] Expose ref_name parameter for table scans [iceberg-python]

2025-03-05 Thread via GitHub
b-phi commented on code in PR #1765: URL: https://github.com/apache/iceberg-python/pull/1765#discussion_r1981389638 ## pyiceberg/table/__init__.py: ## @@ -965,6 +969,10 @@ def scan( options=options, limit=limit, ) +if ref_name is not No

Re: [PR] Expose ref_name parameter for table scans [iceberg-python]

2025-03-04 Thread via GitHub
Fokko commented on code in PR #1765: URL: https://github.com/apache/iceberg-python/pull/1765#discussion_r1980868016 ## pyiceberg/table/__init__.py: ## @@ -965,6 +969,10 @@ def scan( options=options, limit=limit, ) +if ref_name is not No