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
…erg and gravitino (#2825)
### What changes were proposed in this pull request?
in
com.datastrato.gravitino.catalog.lakehouse.iceberg.converter.ConvertUtil#formIcebergType
```
Types.TimestampType.withZone() -> com.datastrato.gravitino.rel.types.Types.TimestampType.withTimeZone()
Types.TimestampType.withoutZone() -> com.datastrato.gravitino.rel.types.Types.TimestampType.withoutTimeZone()
```
### Why are the changes needed?
Fixed abnormal timestamp type conversion between iceberg and gravitino
Fix: #2824
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Existing Unit tests and new IT.
Version
main branch
Describe what's wrong
loading a table from
gravitino
, we got an incorrecttimestamp
type when convertingiceberg
type togravitino
type. For example:com.datastrato.gravitino.catalog.lakehouse.iceberg.converter.FromIcebergType#primitive
Error message and/or stacktrace
None
How to reproduce
None
Additional context
No response
The text was updated successfully, but these errors were encountered: