apache / sedona

A cluster computing framework for processing large-scale geospatial data
https://sedona.apache.org/
Apache License 2.0
1.96k stars 692 forks source link

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

Closed Kontinuation closed 3 weeks ago

Kontinuation commented 3 weeks ago

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?

Did this PR include necessary documentation updates?