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

[#2824] bugFix: Fixed abnormal timestamp type conversion between iceberg and gravitino #2825

Merged
merged 6 commits into from
Apr 8, 2024

Conversation

caican00
Copy link
Collaborator

@caican00 caican00 commented Apr 7, 2024

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.

…tamp type conversion between iceberg and gravitino
@caican00
Copy link
Collaborator Author

caican00 commented Apr 7, 2024

Hi @FANNG1 could you help review this PR? Fixed an timestampType conversion exception.

@FANNG1 FANNG1 merged commit ac28836 into apache:main Apr 8, 2024
27 checks passed
@FANNG1
Copy link
Contributor

FANNG1 commented Apr 8, 2024

@caican00 , thanks for your work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug report] abnormal timestamp type conversion between iceberg and gravitino
2 participants