yunfengzhou-hub commented on pull request #76: URL: https://github.com/apache/flink-ml/pull/76#issuecomment-1082832658
After the changes listed in the description are applied, `StreamExecutionEnvironment` is only used in the following places in Flink ML. - Used in test cases to create test environment. - Used in `Iterations` and `DraftExecutionEnvironment` in `flink-ml-iterations` to support iteration on DataStreams. - Used in `BroadcastUtils` and `EndOfStreamWindows` in `flink-ml-core` to support broadcasting and windowing on DataStreams. - Used in the implementation of the `TableUtils`, `ReadWriteUtils`, `KMeansModelData` static methods described above. None of the use cases above is public API for users, so I think the changes made so far is enough to achieve our goal in FLINK-26904. -- 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]
