jackye1995 opened a new issue #3285: URL: https://github.com/apache/iceberg/issues/3285
Glue database have a specific field `locationUri` for the `Database` model, similar to Hive. Currently we use this information for default warehouse location (https://github.com/apache/iceberg/blob/master/aws/src/main/java/org/apache/iceberg/aws/glue/GlueCatalog.java#L161), but we do not have a way of setting it (https://github.com/apache/iceberg/blob/master/aws/src/main/java/org/apache/iceberg/aws/glue/GlueCatalog.java#L293). When metadata has key `location`, we should set it instead of treating it as a normal metadata property. -- 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]
