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.
Did you read the Contributor Guide?
Is this PR related to a JIRA ticket?
[SEDONA-XXX] my subject
.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?