stevenzwu commented on issue #1383: URL: https://github.com/apache/iceberg/issues/1383#issuecomment-705839640
@JingsongLi we should use the new FLIP-27 source interface, right? * enumerator/monitor runs in jobmanager * enumerator tracks discovered splits * enumerator assigns a split when a readers requests for one We probably don't want enumerator statically assign all discovered splits up front. Dynamic assignment is better for load balancing with straggler/outlier reader nodes. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
