coolderli opened a new issue #2946: URL: https://github.com/apache/iceberg/issues/2946
In the current iceberg Flink source(Flink 1.12), we set `streaming=true` or `streaming=false` to set the consuming mode. But in Flink SQL, we should set `execution-mode=streaming` or `execution-mode=batch` to set the execution mode. I am a little confused about the configuration because when I want to use batch mode, I have to set `streaming=false` and `execution-mode=batch` at the same time. Should we unify the configurations? What was considered when adding the `streaming = false` configuration? Why not just use TableConfig(`execution-mode`)? @openinx Could you share your thoughts? Thanks. -- 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]
