Xuanwo commented on issue #1271: URL: https://github.com/apache/iceberg-rust/issues/1271#issuecomment-2837315573
> If the namespace doesn't exist in the catalog, `get_namespace` returns error (which is expected) > > Error: Unexpected => Tried to get a namespace that does not exist > If the namespace already exists, `namespace_exists` still panics wit the same error message I attached in the issue. Hi, `get_namespace` (GET /namespace) should generate the same error with `namespace_exists` (HEAD /namespace). So I'm interested in what's output for `get_namespace` over an existing namespace. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org