From bbb0f6cd2ee7d6fa399caa71c878967972ea3792 Mon Sep 17 00:00:00 2001 From: SeungMin Date: Fri, 9 Jan 2026 15:38:42 +0900 Subject: [PATCH] docs: updated data type mapping in iceberg --- .../docs/streaming-lakehouse/integrate-data-lakes/iceberg.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/streaming-lakehouse/integrate-data-lakes/iceberg.md b/website/docs/streaming-lakehouse/integrate-data-lakes/iceberg.md index 8cadf2c2af..cf3b3c2ba1 100644 --- a/website/docs/streaming-lakehouse/integrate-data-lakes/iceberg.md +++ b/website/docs/streaming-lakehouse/integrate-data-lakes/iceberg.md @@ -501,6 +501,7 @@ When integrating with Iceberg, Fluss automatically converts between Fluss data t | BINARY | BINARY | | | BYTES | BINARY | Converted to BINARY | | ARRAY | LIST | | +| ROW | STRUCT | | ## Maintenance and Optimization @@ -581,5 +582,5 @@ For partitioned tables, the metadata structure includes partition information: ## Current Limitations -- **Complex Types**: Array, Map, and Row types are not supported +- **Complex Types**: Map type is not supported - **Multiple bucket keys**: Not supported until Iceberg implements multi-argument partition transforms