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

[Feature Request] Enhance Iceberg compatibility in Delta Uniform (maps, list, etc) #2297

Closed
2 of 8 tasks
lzlfred opened this issue Nov 15, 2023 · 0 comments
Closed
2 of 8 tasks
Labels
enhancement New feature or request
Milestone

Comments

@lzlfred
Copy link
Contributor

lzlfred commented Nov 15, 2023

Feature request

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (fill in here)

Overview

The Delta UniForm announcement in Delta 3.0 attracted a lot of interest and feedback. The community found additional incompatibilities between Delta and Iceberg that we would like to resolve in the next Delta release.

Further details

The IcebergCompatV1 table feature was released to ensure that a Delta table is compatible with Iceberg when generating Iceberg metadata. The current IcebergCompatV1 table feature has one major restriction: it cannot be enabled when a Delta table has List and Map. This is a major friction for users.
That aside, because different Iceberg readers have different support and behaviors, the following issues may exist and affect query results:

  • Delta Uniform tables does not write partition values in parquet files; While OSS Spark and Iceberg is able to read those, some other Iceberg readers (eg, BigQuery, Athena) may rely on materialized partition values in parquet data files and show NULL as partition values in query results.
  • Spark writes timestamp as int96 to parquet as default, while Iceberg spec defines timestamp as int64. OSS Spark and Iceberg can read int96 as timestamp, while some other Iceberg readers (eg, Athena) will throw error on reading parquet containing int96.

Thus this issue requests for enhanced Iceberg compatibility in Delta Uniform to address above pain points.

Willingness to contribute

The Delta Lake Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature?

  • Yes. I can contribute this feature independently.
  • Yes. I would be willing to contribute this feature with guidance from the Delta Lake community.
  • No. I cannot contribute this feature at this time.
@lzlfred lzlfred added the enhancement New feature or request label Nov 15, 2023
@tdas tdas added this to the 3.1.0 milestone Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

3 participants