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
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
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