yuqi1129 commented on issue #9954:
URL: https://github.com/apache/gravitino/issues/9954#issuecomment-3883768672

   I have to clarify that `createEmpty` will not create an empty table after it 
was redefined by https://github.com/apache/gravitino/pull/9589.  The new 
definition is quite similar to `registerTable`, the difference is that the 
location of `registerTable` should exist and be a real Lance table location, 
while the `location` of `createEmpty` can be a path that does not exist. 
   
   So if you create/register a table via `createEmpty` or `registerTable`, it's 
okay to remove the table with `deregister` API. `drop` API will try to remove 
the data in the location, if the location does not exists, possibly it will 
throw an exception. 
   
   
   The current problem 


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

Reply via email to