-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FLINK-36485 remove deprecated method fromDataStream #25523
base: master
Are you sure you want to change the base?
FLINK-36485 remove deprecated method fromDataStream #25523
Conversation
Hi, @jbalchan can you take a look at the ci failure? |
8ee5111
to
8daef08
Compare
@flinkbot run azure |
@jbalchan The ci failed when compiling, could you please resolve it again? |
8daef08
to
e321e66
Compare
@flinkbot run azure |
@flinkbot run azure |
1 similar comment
@flinkbot run azure |
@jbalchan , @xishuaidelin it is impossible to make a compilation error resolved with rerunning the ci as it is mentioned in logs
the code should be adapted to be compilable and to pass tests |
What is the purpose of the change
https://issues.apache.org/jira/browse/FLINK-36485 Remove deprecated method StreamTableEnvironment fromDataStream
Brief change log
Removed deprecated method
Verifying this change
This change is already covered by existing tests
Does this pull request potentially affect one of the following parts:
@Public(Evolving)
: noDocumentation