kevinjqliu commented on issue #13388:
URL: https://github.com/apache/iceberg/issues/13388#issuecomment-3043165923

   Since we'd want to create `nyc.entries` as a valid table, we probably would 
want to add a case 
[here](https://github.com/apache/iceberg/blob/f3b198de2304c01af9beedf47fcc6edfe8f4f1c7/core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java#L406-L410)
 for when `baseIdent` is empty and still set `loadedIdent = baseIdent` 
   
   When `baseIdent` is empty, we cannot call `loadInternal`. So maybe its a 
good idea to validate the `identifier` input to `loadInternal` too 
   
   


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