shubham-tomar commented on issue #291: URL: https://github.com/apache/iceberg-go/issues/291#issuecomment-2663297509
If i set this **StageCreate: true** it is able to create table but since it is stage create i am not able to see this in catalog if i try to register it it is failing ``` failed to register table: failed to register table: NoSuchTableException: Table does not exist: my_namespace_1.iceberg_table_1 ``` in nessie logs, it gives 404 maybe because iceberg_table_1 does not exist ``` 4:23:46 +0000] "POST /iceberg/v1/main/namespaces/my_namespace_1/tables HTTP/1.1" 200 1631 nessie | 2025-02-17 14:23:46,172 INFO [io.qua.htt.access-log] (executor-thread-7) 192.168.65.1 - - [17/Feb/2025:14:23:46 +0000] "POST /iceberg/v1/main/namespaces/my_namespace_1/tables/iceberg_table_1 HTTP/1.1" 404 147 ``` how to go about it -- 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