rdblue opened a new pull request #4220:
URL: https://github.com/apache/iceberg/pull/4220


   This fixes a few issues with the JDBC catalog's namespace implementation:
   * Uses a default "exists" property to allow creating a database without 
custom metadata
   * Implements `loadNamespaceMetadata`
   * Fixes incorrect `NoSuchNamespaceException` thrown in `dropNamespace` 
(return `false` instead)
   * Fixes `dropNamespace` when the namespace exists because properties are set 
(will remove all properties)
   * Allows an empty map or set of properties in `removeProperties` and 
`setProperties` as noops
   * Moves private helper methods to the end of the JDBCCatalog class
   * Update tests for behavior fixes and to use `loadNamespaceMetadata` rather 
than directly using the `fetchProperties` helper method


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