Kristin Cowalcijk created SEDONA-669:
----------------------------------------
Summary: GeoParquet format should handle timestamp_ntz columns
properly
Key: SEDONA-669
URL: https://issues.apache.org/jira/browse/SEDONA-669
Project: Apache Sedona
Issue Type: Bug
Reporter: Kristin Cowalcijk
Fix For: 1.7.0
A user reported this problem:
In Sedona 1.6.1 (pyspark 3.5), I can write columns of type TimestampNTZType()
in parquet format, but if I try writing as a geoparquet it crashes with:
{code}
java.lang.RuntimeException: Unsupported data type TimestampNTZType.
{code}
The GeoParquet code in sedona was based on the Parquet support code in Spark
3.3, which did not have TimestampNTZType. We can fix this problem by adding
TimestampNTZ support to sedona-spark 3.4 and 3.5.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)