mj006648 commented on issue #3713:
URL: 
https://github.com/apache/iceberg-python/issues/3713#issuecomment-5162185519

   I found one remaining truthiness case in the CLI property lookup. Both 
`properties get namespace` and `properties get table` use a truthy check on 
`dict.get()`, so a stored empty string is reported as missing even though the 
property key exists.
   
   I can send a small PR that switches both lookups to an explicit `None` check 
and adds CLI regression tests for empty table and namespace property values, if 
that scope fits this issue.
   


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