This is an automated email from the ASF dual-hosted git repository.
yuxia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new 1e1dc5723 [docs]: updated data type mapping in iceberg (#2336)
1e1dc5723 is described below
commit 1e1dc57231c675482c97c82193ec7a2ef8a5ae05
Author: SeungMin <[email protected]>
AuthorDate: Fri Jan 9 18:48:25 2026 +0900
[docs]: updated data type mapping in iceberg (#2336)
---
website/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 8cadf2c2a..cf3b3c2ba 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