flink-cdc icon indicating copy to clipboard operation
flink-cdc copied to clipboard

[FLINK-36524][pipeline-connector][paimon] bump version of Paimon to 0.9.0

Open lvyanquan opened this issue 1 year ago • 2 comments

  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 avatar Oct 15 '24 08:10 lvyanquan

@beryllw @melin CC as you may interested.

lvyanquan avatar Oct 15 '24 08:10 lvyanquan

LGTM.

beryllw avatar Oct 21 '24 05:10 beryllw

LGTM.

MOBIN-F avatar Nov 27 '24 06:11 MOBIN-F

@leonardBang @ruanhang1993 rebase to master, PTAL.

lvyanquan avatar Jan 06 '25 12:01 lvyanquan

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?

yuxiqian avatar Jan 09 '25 06:01 yuxiqian

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 https://github.com/apache/flink-cdc/pull/3846.

lvyanquan avatar Jan 09 '25 07:01 lvyanquan