Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
cdc-3.2.0
Description
When using Paimon as pipeline sink, If a field is added to the partition field but not to the primary key field in transform, we will met Unsupported bucket mode: GLOBAL_DYNAMIC error in Paimon sink.
How to reproduct:
source: type: mysql name: MySQL Source hostname: 127.0.0.1 port: 3306 username: admin password: pass tables: bdb.user_table server-id: 5401-5404 transform: - source-table: bdb.user_table partition-keys: product_name sink: type: paimon name: Paimon Sink catalog.properties.metastore: filesystem catalog.properties.warehouse: /path/warehouse pipeline: name: MySQL to Paimon Pipeline parallelism: 2