lindong28 opened a new pull request #33: URL: https://github.com/apache/flink-ml/pull/33
## What is the purpose of the change This PR updates the static load method of Stage subclasses to take StreamExecutionEnvironment as parameter. This is because the static load method will need to create DataStream or Table instances to read model data. ## Brief change log This PR mades the following changes: - Updated static load method of all `Stage` subclasses to take StreamExecutionEnvironment as parameter. - Updated a few methods in the `ReadWriteUtils` to take StreamExecutionEnvironment as parameter. ## Verifying this change The changes are validated by the existing unit tests. ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): (yes) - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no) ## Documentation - Does this pull request introduce a new feature? (no) - If yes, how is the feature documented? (N/A) -- 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]
