geruh commented on code in PR #3499:
URL: https://github.com/apache/iceberg-python/pull/3499#discussion_r3447558014


##########
pyiceberg/catalog/rest/__init__.py:
##########
@@ -545,6 +551,32 @@ def _fetch_scan_tasks(self, identifier: str | Identifier, 
plan_task: str) -> Sca
 
         return ScanTasks.model_validate_json(response.text)
 
+    @retry(**_RETRY_ARGS)

Review Comment:
   Yeah I mean they could be moved closer to the tables methods so it's easier 
to find. But just a nit lmk wyt @kevinjqliu 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to