-
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-37222] Do not reuse views across TableEnvironments in SQL client #26093
Conversation
cc @dawidwys |
I'll have a look |
As I thought, the SQL client goes against |
@flinkbot run azure |
I've tested with the latest commit locally, and it seems the issue is resolved. The CI fails due to a missing license. I added one, and let's see if the CI passes now. |
Thanks. Merging... |
What is the purpose of the change
After FLINK-37098, there is a bug when submitting jobs via sql client. This PR fixes this.
Brief change log
Verifying this change
This change has added test named
testExecuteNexmark
Does this pull request potentially affect one of the following parts:
@Public(Evolving)
: noDocumentation