zhangjun0x01 commented on pull request #2217: URL: https://github.com/apache/iceberg/pull/2217#issuecomment-780974521
> Sounds good. My only concern is the dependency on `StreamExecutionEnvironment` and other Flink constructs. That would cause Flink dependency, even if we do not use Flink for a minimal local migration. Is there a way to separate the logic and the parallel execution? Are you concern the conflict between `StreamExecutionEnvironment` and other flink constructs? `StreamExecutionEnvironment` is the basic environment for flink program execution. it will not conflict with other construction methods. ---------------------------------------------------------------- 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]
