Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for more types for writing to iceberg tables #6327

Open
malhotrashivam opened this issue Nov 4, 2024 · 0 comments
Open

Add support for more types for writing to iceberg tables #6327

malhotrashivam opened this issue Nov 4, 2024 · 0 comments
Assignees
Milestone

Comments

@malhotrashivam
Copy link
Contributor

malhotrashivam commented Nov 4, 2024

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)
@malhotrashivam malhotrashivam added this to the 0.38.0 milestone Nov 4, 2024
@malhotrashivam malhotrashivam self-assigned this Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant