Skip to content

Commit

Permalink
add compatibility notice for TimestampType
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasJ-ap committed Jan 24, 2023
1 parent 564f008 commit 72926c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/delta-lake-conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ The module is built and tested with `Delta Standalone:0.6.0` and supports Delta

Please refer to [Delta Lake Table Protocol Versioning](https://docs.delta.io/latest/versioning.html) for more details about Delta Lake protocol versions.

For delta lake table contains `TimestampType` columns, please make sure to set table property `read.parquet.vectorization.enabled` to `false` since the vectorized reader doesn't support `INT96` yet.
Such support is under development in according to this [issue](https://github.com/apache/iceberg/issues/4200)

## API
The `iceberg-delta-lake` module provides an interface named `DeltaLakeToIcebergMigrationActionsProvider`, which contains actions that helps converting from Delta Lake to Iceberg.
The supported actions are:
Expand Down

0 comments on commit 72926c1

Please sign in to comment.