bryanck opened a new pull request, #4905:
URL: https://github.com/apache/iceberg/pull/4905

   Currently, an exception is thrown as part of a precondition check when the 
REST catalog client attempts to list namespaces under a parent. Some versions 
of Spark attempt to list child namespaces before performing a drop of the 
namespace, so this throws an exception and a namespace drop is not possible. 
This PR changes the behavior to return an empty list instead, which allows the 
Spark namespace drop to proceed. Given the REST catalog does not currently 
support nested namespaces, this seems semantically correct.


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