JingsongLi commented on PR #528:
URL: https://github.com/apache/paimon-rust/pull/528#issuecomment-4992701418

   PR changes “table existence” to “schema must exist,” and `list_tables()` 
will also filter out orphaned directories without a schema; however, 
`drop_database(cascade=false)` still checks the original subdirectories 
directly. As a result, the Catalog shows that the database has no tables, but 
it returns `DatabaseNotEmpty` due to an incomplete or orphaned directory. The 
Java implementation uses `listTables(name)` for this check; the semantics 
should be standardized.


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