Karthilearns opened a new issue, #543:
URL: https://github.com/apache/polaris/issues/543
### Is your feature request related to a problem? Please describe.
Currently , Polaris doesn't support creating namespaces which do not exists
recursively . for spark.sql('create namespace n1.n2.n3') to work , n1 and n2
should already be there in place , or else the SQL would fail.
To bring in compatibility with other catalog's SQL, would it make sense to
support creating nested namespaces recursively? Or is there any reason behind
not doing this?
### Describe the solution you'd like
allow users to create nested namespaces with a single SQL command,
### Describe alternatives you've considered
The only alternative we have is constructing multiple SQL queries which is
difficult compared to what other catalog offers.
### Additional context
_No response_
--
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]