apache / iceberg-python

Apache PyIceberg
https://py.iceberg.apache.org/
Apache License 2.0
309 stars 114 forks source link

Raise error on nonexistent namespace on sql.py #865

Open uatach opened 5 days ago

uatach commented 5 days ago

Fixes bug listed at #864, where drop_namespace was not raising an error when the given namespace does not exist.