bryanck commented on PR #8555: URL: https://github.com/apache/iceberg/pull/8555#issuecomment-1721798291
@pvary I made a small change to the sink builder, so now it takes a `TableSupplier` as an optional parameter instead of the refresh interval. This allows any type of table supplier to be passed in. Also it removes references to `ReloadingTableSupplier` so a user will need to explicitly pass that in to use it. The committer was changed to perform a reload after commit rather than use the supplier to ensure it gets the latest. A user can still specify the reloading supplier but needs to explicitly do so. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
