Skip to content
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

[FEATURE] Support Flink 1.17 #4367

Closed
3 of 4 tasks
link3280 opened this issue Feb 19, 2023 · 0 comments
Closed
3 of 4 tasks

[FEATURE] Support Flink 1.17 #4367

link3280 opened this issue Feb 19, 2023 · 0 comments
Labels

Comments

@link3280
Copy link
Contributor

Code of Conduct

Search before asking

  • I have searched in the issues and found no similar issues.

Describe the feature

Flink 1.17 is in the feature-freeze phase and will be released soon, which Kyuubi should add support for it.

The SQL client module is refactored in Flink 1.17, and it isn't easy to keep the compatibility through reflection with Flink 1.16 or below. Thus I directly modified the codes to support only Flink 1.17, so that we can see the difference clearly. If we agree on the changes, we may add a new module for Flink 1.17 and keep the old one for some time.

Motivation

Adapt to the new Flink SQL client/gateway architecture.

Describe the solution

  • Merge the new Flink sessions into Kyuubi sessions.
  • Replace the LocalExecutor in the SQL client with OperationExecutor in the SQL gateway module.

Additional context

No response

Are you willing to submit PR?

  • Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
  • No. I cannot submit a PR at this time.
link3280 added a commit to link3280/kyuubi that referenced this issue Feb 19, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 10, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 10, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 10, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 10, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 11, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 11, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 11, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 11, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 12, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 12, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 12, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 13, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 13, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 13, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 13, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 14, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 14, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 14, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 14, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 14, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 14, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 14, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 14, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 14, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 14, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 14, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 15, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 15, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 15, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 15, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 15, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 15, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 15, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 15, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 15, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 16, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 16, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 16, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 16, 2023
link3280 added a commit to link3280/kyuubi that referenced this issue Apr 16, 2023
pan3793 added a commit that referenced this issue Apr 17, 2023
### _Why are the changes needed?_

Kyuubi requires Flink 1.16/1.17 now

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #4723 from pan3793/flink-1.17.

Closes #4367

1e64dcb [Cheng Pan] [KYUUBI #4367][DOCS][FOLLOWUP] Kyuubi requries Flink 1.16/1.17

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant