ArijitSinghEDA opened a new issue, #901:
URL: https://github.com/apache/iceberg-python/issues/901
### Question
I am running a delete command like this:
```
# catalog is already loaded
catalog.drop_table("ns.tbl")
```
I am facing the following error:
```
pyiceberg.exceptions.ServerError: UncheckedSQLException: Failed to execute:
DELETE FROM iceberg_tables WHERE catalog_name = ? AND table_namespace = ? AND
table_name = ? AND (iceberg_type = 'TABLE' OR iceberg_type IS NULL)
```
I am using `pyiceberg==0.6.1`
--
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]