mj006648 opened a new pull request, #3750:
URL: https://github.com/apache/iceberg-python/pull/3750

   # Rationale for this change
   
   This is a follow-up to the review suggestion in #3745. The table and 
namespace property lookup paths can be flattened with early returns, making the 
success path easier to read without changing behavior.
   
   This applies the same structure to both commands:
   
   - return after describing all properties when no property name is provided
   - raise immediately when a requested property is missing
   - write the property value at the end
   
   ## Are these changes tested?
   
   Yes. Added regression coverage for a missing namespace property and ran:
   
   - `make lint`
   - `uv run python -m pytest tests/cli/test_console.py`
   
   ## Are there any user-facing changes?
   
   No.
   


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