Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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