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

[hotfix] Fix deprecated apis OriginalType class and checkNotNull method in paimon-format realted to parquet #3709

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

wayneguow
Copy link
Contributor

Purpose

Fix deprecated apis OriginalType class and checkNotNull method in paimon-format realted to parquet:

  • Class org.apache.parquet.schema.OriginalType is instead by org.apache.parquet.schema.LogicalTypeAnnotation, and I noticed that other open source projects closely related to parquet, such as Spark and Iceberg, have already switched.

  • Method org.apache.parquet.Preconditions.checkNotNull()

Linked issue: close #3708

Tests

Passed all parquet realated test cases in paimon-formatsubmodule.

API and Format

Documentation

@JingsongLi
Copy link
Contributor

@wayneguow Please open your action in your repo too. https://github.com/wayneguow/paimon/actions

@wayneguow
Copy link
Contributor Author

Mhm. I forgot this. Thank your for reminding me. @JingsongLi

@wayneguow wayneguow force-pushed the fix_parquet_deprecated branch from b0a8b5d to 7d12806 Compare July 9, 2024 16:49
@wayneguow
Copy link
Contributor Author

GA in my fork repo seems passed: https://github.com/wayneguow/paimon/actions?query=branch%3Afix_parquet_deprecated, Can we move it forward? @JingsongLi

Copy link
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@JingsongLi JingsongLi merged commit 4c064b5 into apache:master Jul 10, 2024
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.

[hotfix] Fix deprecated apis OriginalType class and checkNotNull method in paimon-format realted to parquet
2 participants