You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is needed for handling type promotions while writing deephaven tables to iceberg tables.
For example, if Deephaven table has a column of type int whereas iceberg table has same column of type long, we should be able to append this Deephaven table to the iceberg table.
For that, we need to be able to promote types while writing the parquet files.
The text was updated successfully, but these errors were encountered:
malhotrashivam
changed the title
Added support to upcast numeric types when writing parquet
Added support to upcast numeric types when writing to iceberg tables
Nov 13, 2024
rcaudy
changed the title
Added support to upcast numeric types when writing to iceberg tables
Add support to upcast numeric types when writing to iceberg tables
Nov 14, 2024
Extension of #5923 on writing side.
This is needed for handling type promotions while writing deephaven tables to iceberg tables.
For example, if Deephaven table has a column of type
int
whereas iceberg table has same column of typelong
, we should be able to append this Deephaven table to the iceberg table.For that, we need to be able to promote types while writing the parquet files.
The text was updated successfully, but these errors were encountered: