Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inexplainable behavior for SQLCatalog with Postgres and MinIO #11250

Open
ArijitSinghEDA opened this issue Oct 3, 2024 · 0 comments
Open

Inexplainable behavior for SQLCatalog with Postgres and MinIO #11250

ArijitSinghEDA opened this issue Oct 3, 2024 · 0 comments
Labels
question Further information is requested

Comments

@ArijitSinghEDA
Copy link

ArijitSinghEDA commented Oct 3, 2024

Query engine

No response

Question

I have a SQLCatalog with Postgres connection. While creating a namespace, it works fine, but after that issues start to happen.

  1. When trying to list namespaces, sometimes it fails to list them, and after repeatedly calling the command, it finally does print it.
  2. Due to the issue above, if I try to create table for the made namespace, the code fails. Again after repeatedly calling the same command the table finally gets created.
  3. When I delete the namespaces using PyIceberg, the deleted namespaces still exist in the MinIO

Is this a known issue? When I used RestCatalog, I did not find this problem. Sure, it had different issues, because of which I switched to Postgres, but I was not expecting such a delayed action due to it

@ArijitSinghEDA ArijitSinghEDA added the question Further information is requested label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant