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-36524][pipeline-connector][paimon] bump version of Paimon to 0.9.0 #3644

Merged
merged 3 commits into from
Jan 9, 2025

Conversation

lvyanquan
Copy link
Contributor

  1. bump version to 0.9.0.
  2. Forcibly add cache-enabled = false in catalog option to avoid using previous table schema.

Refer to https://paimon.apache.org/docs/master/maintenance/configurations/#catalogoptions, after bump version to 0.9.0, we can support create table with uppercase columns using allow-upper-case catalog option, which resolved https://issues.apache.org/jira/browse/FLINK-36475.

@lvyanquan
Copy link
Contributor Author

@beryllw @melin CC as you may interested.

@beryllw
Copy link
Contributor

beryllw commented Oct 21, 2024

LGTM.

@MOBIN-F
Copy link
Contributor

MOBIN-F commented Nov 27, 2024

LGTM.

…) Forcibly add cache-enabled = false in catalog option to avoid using previous table schema.
…) Forcibly add cache-enabled = false in catalog option to avoid using previous table schema.
@lvyanquan
Copy link
Contributor Author

lvyanquan commented Jan 6, 2025

@leonardBang @ruanhang1993 rebase to master, PTAL.

Copy link
Contributor

@leonardBang leonardBang left a comment

Choose a reason for hiding this comment

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

Thanks @lvyanquan for the update, LGTM

@leonardBang leonardBang merged commit d3c049d into apache:master Jan 9, 2025
27 checks passed
@yuxiqian
Copy link
Contributor

yuxiqian commented Jan 9, 2025

I've noticed a reproducible failure in PaimonSinkITCase#testSinkWithDataChange test case with deleteVector enabled (See #1, #2). Running it locally will fail 10 out of 10 attempts.

Any thoughts from @lvyanquan?

@lvyanquan
Copy link
Contributor Author

I've noticed a reproducible failure in PaimonSinkITCase#testSinkWithDataChange test case with deleteVector enabled (See #1, #2). Running it locally will fail 10 out of 10 attempts.

Thanks for pointing out this, plan to fix in #3846.

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.

5 participants