ChaoFang created FLINK-38808:
--------------------------------
Summary: Support partition transforms in Iceberg sink
Key: FLINK-38808
URL: https://issues.apache.org/jira/browse/FLINK-38808
Project: Flink
Issue Type: Improvement
Components: Flink CDC
Affects Versions: 3.0.0
Reporter: ChaoFang
Fix For: 3.0.0
support for Iceberg partition transforms in the Iceberg sink. Previously, only
identity partitioning was supported. With this change, users can utilize
standard Iceberg transforms like `year`, `month`, `day`, `hour`, `bucket`, and
`truncate` when defining partition keys.
**Example:**
sink.partition-key =
"testdb.table1:year(create_time);testdb.table2:bucket[16](id)"
--
This message was sent by Atlassian Jira
(v8.20.10#820010)