Iceberg Tables
When you create an Apache Iceberg table using Upsolver, we automatically manage and optimize your table for you, removing the need for manual intervention. The syntax for creating, altering, and deleting your Iceberg tables is very similar to creating an Upsolver data lake table, with some minor differences in syntax and options.
This section provides the SQL syntax for creating, altering, and deleting Iceberg tables.
Limitations of Iceberg Tables in Upsolver
Data Type Limitations
Writing to Iceberg tables supports the following data types:
Boolean
String
Long
Double
Date
Timestamp - only millisecond precision is currently supported
List
Struct
Table Limitations
Only tables using Parquet files are supported
Last updated