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

[SEDONA-669] Fix timestamp_nz for GeoParquet reader and writer #1661

Merged
merged 3 commits into from
Oct 30, 2024

Conversation

Kontinuation
Copy link
Member

@Kontinuation Kontinuation commented Oct 30, 2024

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

Ports code for supporting the TimestampNTZ type added since Spark 3.4 to GeoParquet code, so that GeoParquet reader/writer won't throw exceptions when reading/writing parquet files containing timestamp_ntz columns.

How was this patch tested?

  • Added a new test case for testing the timestamp_ntz data type.
  • Tested on DBR 15.4 LTS to ensure no binary compatibility issues were introduced.

Did this PR include necessary documentation updates?

  • No, this PR does not affect any public API so no need to change the documentation.

@Kontinuation Kontinuation marked this pull request as ready for review October 30, 2024 05:51
@jiayuasu jiayuasu added this to the sedona-1.7.0 milestone Oct 30, 2024
@jiayuasu jiayuasu added the bug label Oct 30, 2024
@jiayuasu jiayuasu merged commit ef5f7c7 into apache:master Oct 30, 2024
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants