snazy opened a new issue, #6727: URL: https://github.com/apache/iceberg/issues/6727
### Apache Iceberg version None ### Query engine None ### Please describe the bug 🐞 The current REST client / OpenAPI spec defines the attribute `stageCreate`. The REST client tests in iceberg-core exercise calls against the create-table endpoint first with `stageCreate==true` and then another call against create-table with `stageCreate==false` (at least from a brief look). But a production-core use of `RESTCatalog` behaves differently. It first calls the create-table endpoint with `stageCreate==true` but then calls the **update-table** endpoint. It seems the `stageCreate` attribute can only be `true` and can be safely removed (with adopting the code and tests accordingly). WDYT? -- 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.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