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-30400][build] Stop bundling flink-connector-base #61

Merged
merged 2 commits into from
Dec 5, 2023

Conversation

ruanhang1993
Copy link
Contributor

@ruanhang1993 ruanhang1993 commented Sep 18, 2023

Purpose of the change

Stop bundling flink-connector-base.

Ref - FLINK-30400

Verifying this change

This change is a code cleanup without any test coverage.

Significant changes

  • Dependencies have been added or upgraded
  • Public API has been changed (Public API is any class annotated with @Public(Evolving))
  • Serializers have been changed
  • New feature has been introduced
    • If yes, how is this documented? (not applicable / docs / JavaDocs / not documented)

Copy link
Member

@tisonkun tisonkun left a comment

Choose a reason for hiding this comment

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

@zentol @ruanhang1993 does this mean that a connector JAR is always used with Flink's lib so that the flink-connector-base JAR is provided there?

@leonardBang
Copy link
Contributor

@zentol @ruanhang1993 does this mean that a connector JAR is always used with Flink's lib so that the flink-connector-base JAR is provided there?

Yes, flink has bundled flink-connector-base jar to flink-dist. https://github.com/apache/flink/blob/master/flink-dist/pom.xml#L156

@leonardBang
Copy link
Contributor

@ruanhang1993 Could you rebase the latest main branch and which will trigger the CI again?

@ruanhang1993
Copy link
Contributor Author

@leonardBang Thanks for review. I have rebased the main branch.

@tisonkun tisonkun merged commit bbc7c1e into apache:main Dec 5, 2023
3 checks passed
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.

4 participants