Re: [I] UncheckedSQLException while deleting table [iceberg-python]

2024-07-08 Thread via GitHub
ArijitSinghEDA commented on issue #901: URL: https://github.com/apache/iceberg-python/issues/901#issuecomment-2216496437 Hi @kevinjqliu On further investigation, it was a problem with the standalone iceberg server. It has been rectified now. Thank you for taking out your time.

Re: [I] UncheckedSQLException while deleting table [iceberg-python]

2024-07-08 Thread via GitHub
ArijitSinghEDA closed issue #901: UncheckedSQLException while deleting table URL: https://github.com/apache/iceberg-python/issues/901 -- 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 comm

Re: [I] UncheckedSQLException while deleting table [iceberg-python]

2024-07-08 Thread via GitHub
kevinjqliu commented on issue #901: URL: https://github.com/apache/iceberg-python/issues/901#issuecomment-2214690259 Thanks for the report! Do you mind adding a code snippet to help reproduce this issue? It looks like this is related to the SQL Catalog `drop_table` function ht

[I] UncheckedSQLException while deleting table [iceberg-python]

2024-07-07 Thread via GitHub
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: ``