You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a catalog created with a Postgres+Minio. When I run the function catalog.drop_namespace(), the namespace with its properties (if any), do not get purged from the Postgres. When I run the function catalog.drop_table(), it does the same thing, and the data is not purged from the Minio as well.
Is this a known behaviour?
The text was updated successfully, but these errors were encountered:
Question
I have a catalog created with a Postgres+Minio. When I run the function
catalog.drop_namespace()
, the namespace with its properties (if any), do not get purged from the Postgres. When I run the functioncatalog.drop_table()
, it does the same thing, and the data is not purged from the Minio as well.Is this a known behaviour?
The text was updated successfully, but these errors were encountered: