You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/30 09:21:55 UTC

[GitHub] [flink-ml] yunfengzhou-hub commented on pull request #76: [FLINK-26904] Update Stage::load to use StreamTableEnvironment

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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org