deephaven-core
deephaven-core copied to clipboard
Improve Iceberg data type support
Currently, the following data types are unsupported when loading an Iceberg table:
- UUID
- LIST
- MAP
- STRUCT
We should be able to support UUID and LIST types. We can look at support for MAP and STRUCT as well.