Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
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:
java.lang.RuntimeException: Unsupported data type TimestampNTZType.
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.
Attachments
Issue Links
- links to