Yanquan Lv created FLINK-39298:
----------------------------------
Summary: [DOC] Add documentation for Fluss sink complex types
support
Key: FLINK-39298
URL: https://issues.apache.org/jira/browse/FLINK-39298
Project: Flink
Issue Type: Improvement
Components: Flink CDC
Affects Versions: cdc-3.6.0
Reporter: Yanquan Lv
The PR [FLINK-38726][fluss] Bump Fluss version to 0.9.0-incubating (#4180)
added support for complex types in the Fluss pipeline connector.
New Features:
1. ARRAY type support: CDC Array type can now be converted and written to Fluss
tables.
2. MAP type support: CDC Map type can now be converted and written to Fluss
tables.
New Classes:
- CdcAsFlussArray.java: Converts CDC Array type to Fluss Array
- CdcAsFlussMap.java: Converts CDC Map type to Fluss Map
What needs to be documented:
1. Update the Fluss pipeline connector documentation to indicate that complex
types (ARRAY, MAP) are now supported.
2. Add examples showing how to use ARRAY and MAP types with Fluss sink.
3. Document any limitations or considerations when using complex types with
Fluss.
Supported complex types:
- ARRAY
- MAP
Related PR:
https://github.com/apache/flink-cdc/pull/4180
--
This message was sent by Atlassian Jira
(v8.20.10#820010)