shubham-tomar commented on issue #291: URL: https://github.com/apache/iceberg-go/issues/291#issuecomment-2661429680
It is the Prefix which is being added, but the same URI is used to create and list namespaces (which is working) ``` > go run main.go Ignoring extension file:unknown.yaml err:failure reading YAML failed to parse unknown as FuncDefArgType, Skipping it DEBUG: Inside init DEBUG: uri -> http://localhost:19120/iceberg DEBUG: r.baseURI, r.props -> http://localhost:19120/iceberg/v1/main%7Cs3%3A%2F%2Fwarehouse map[prefix:main%7Cs3%3A%2F%2Fwarehouse warehouse:s3://warehouse] DEBUG: ops.prefix -> main%7Cs3%3A%2F%2Fwarehouse Successfully Loaded catalog: &{0x14000145d40 0x14000262810 nessieCatalog map[prefix:main%7Cs3%3A%2F%2Fwarehouse warehouse:s3://warehouse]} DEBUG: Inside ListNamespaces - [my_namespace_1] DEBUG: Inside CreateTable DEBUG: ns, tbl, r.baseURI -> my_namespace_1 iceberg_table_1 http://localhost:19120/iceberg/v1/main%7Cs3%3A%2F%2Fwarehouse 2025/02/16 18:46:50 Failed to create table: failed to create table: WebApplicationException: HTTP 400 Bad Request ``` -- 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