ktk1012 opened a new pull request, #8014: URL: https://github.com/apache/iceberg/pull/8014
pyiceberg creates 'Parameter' properties on glue catalog database entity and reads namespace properties from 'Parameters' except Location and Comment. Previous logic ignores Location and Comment if there is no 'Parameters' property in glue database entity. But if glue database is created outside of pyiceberg (for example, create database from AWS web UI of aws cli), 'Parameters' property is not set. So let load_namespace_properties fallback to empty dict when 'Parameters' property does not exist to load namespace properties consistently. -- 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]
