laskoviymishka opened a new issue, #368: URL: https://github.com/apache/iceberg-go/issues/368
### Apache Iceberg version None ### Please describe the bug 🐞 Table instance has an [IO](https://github.com/apache/iceberg-go/blob/main/table/table.go#L58) reference, which may point to s3, when table is just created from catalog [here](https://github.com/apache/iceberg-go/blob/main/catalog/catalog.go#L79) it created without proper IO initialization (for example it don't know about s3 location and access keys), so if you try to write or read something from this table it will fail. As a W/A - there is an option to read table once you created [here](https://github.com/apache/iceberg-go/blob/main/catalog/catalog.go#L86) I think it worth to add an option to pass `props iceberg.Properties` into `CreateTable` method, or return some other interface (without IO method), since it won't work -- 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