laskoviymishka commented on issue #437: URL: https://github.com/apache/iceberg-go/issues/437#issuecomment-2941726787
@zeroshade plz take a look on my draft attempt: https://github.com/apache/iceberg-go/pull/452 There is couple minor backward incompatible API changes: 1. `table.New*` API now requires ctx and ioFunc instead io objects 2. `FS() io.IO` now `FS(ctx context.Context) (io.IO, error) { return t.fsF(ctx) }`, this is honestly a biggest change -- 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