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