Closed FANNG1 closed 4 days ago
Please assgn this to me.
Thanks @orenccl for taking it.
I was exploring and discovered that the SupportsNamespaces
interface has an namespaceExists
function.
You can find it here: SupportsNamespaces Javadoc.
I was exploring and discovered that the
SupportsNamespaces
interface has annamespaceExists
function. You can find it here: SupportsNamespaces Javadoc.
yes, this is a better way!
What would you like to be improved?
As mentioned by @orenccl , we doesn't implement namespace exists interface in Iceberg REST server. We could add the interface like table exists in https://github.com/apache/gravitino/blob/main/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/rest/IcebergTableOperations.java#L237-L256, leveraging
loadNamepace
inCatalogHandlers
to check whether namespace exists or not.How should we improve?
No response