This is an extension to work in #5989 where we are adding support for writing deephaven tables to iceberg tables.
As part of this issue, we should add support for more data types
ZonedDateTime (not supported on Parquet write side)
List of values (not supported on Iceberg read side too)
Big Decimals (be careful around appending to big decimal column since schema might need to adjust for new overall precision and scale)
This is an extension to work in #5989 where we are adding support for writing deephaven tables to iceberg tables. As part of this issue, we should add support for more data types