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

Flink: Add support for Flink 1.16 #6092

Merged
merged 3 commits into from
Nov 3, 2022
Merged

Conversation

hililiwei
Copy link
Contributor

To keep git history, please don't squash

  • move flink/v1.15 to flink/v1.16
  • copy flink/1.15 files from flink/1.16
  • make flink 1.16 work

() -> sql(sqlParseErrorLTE));
@Test
public void testSqlParseNaN() {
// todo add some test case to test NaN
Copy link
Contributor Author

@hililiwei hililiwei Nov 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: After the introduction of 1.16, we need to adapt NaN.
From my preliminary tests, we need to make some changes to the filter part of the flink connector.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you plan to fix it in this PR or will do it in a follow-up PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I plan to do it in a follow-up PR, which is already in development. 😄

@@ -93,7 +93,7 @@ jobs:
strategy:
matrix:
jvm: [8, 11]
flink: ['1.13', '1.14', '1.15']
flink: ['1.13', '1.14', '1.15', '1.16']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you create a PR to remove 1.13? I think we typically remove the old version first before merging a new version.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a new PR: #6103

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merged. please rebase this PR

@stevenzwu
Copy link
Contributor

To keep git history, please don't squash

  • move flink/v1.15 to flink/v1.16
  • copy flink/1.15 files from flink/1.16
  • make flink 1.16 work

@hililiwei you meant using the Rebase and merge, right?

@hililiwei
Copy link
Contributor Author

To keep git history, please don't squash

  • move flink/v1.15 to flink/v1.16
  • copy flink/1.15 files from flink/1.16
  • make flink 1.16 work

@hililiwei you meant using the Rebase and merge, right?

Yeah, that's what I mean.

Copy link
Contributor

@stevenzwu stevenzwu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hililiwei since we are going to use rebase and merge, can you update the commit messages so that each contains the Flink: prefix.

@hililiwei
Copy link
Contributor Author

LGTM

@hililiwei since we are going to use rebase and merge, can you update the commit messages so that each contains the Flink: prefix.

Done.

@stevenzwu stevenzwu merged commit 9e76a84 into apache:master Nov 3, 2022
@stevenzwu
Copy link
Contributor

thanks @hililiwei for the contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants