GayathriSrividya commented on code in PR #3423:
URL: https://github.com/apache/iceberg-python/pull/3423#discussion_r3324275823


##########
pyiceberg/catalog/rest/__init__.py:
##########


Review Comment:
   This suggestion is now implemented. The code initializes `auth_type = None` 
before the logic, and all custom validation and AuthManager initialization is 
gated on `if auth_type:`. This removes repetition and makes the flow clearer, 
as you recommended. Thank you!



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