Skip to content

Flink: Add support for Flink 1.16#6092

Merged
stevenzwu merged 3 commits intoapache:masterfrom
hililiwei:flink1.16
Nov 3, 2022
Merged

Flink: Add support for Flink 1.16#6092
stevenzwu merged 3 commits intoapache:masterfrom
hililiwei:flink1.16

Conversation

@hililiwei
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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. 😄

Comment thread .github/workflows/flink-ci.yml Outdated
matrix:
jvm: [8, 11]
flink: ['1.13', '1.14', '1.15']
flink: ['1.13', '1.14', '1.15', '1.16']
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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