jiayuasu commented on issue #1031: URL: https://github.com/apache/sedona/issues/1031#issuecomment-1899890946
@sebbegg Sedona 1.5.1 has fixed this by providing a legacy mode in `GeoParquet` reader. If you upgrade your Sedona to 1.5.1, you will be able to read parquet files written by Sedona 1.3.1 and earlier: https://sedona.apache.org/1.5.1/api/sql/Reading-legacy-parquet/ ``` df = sedona.read.format("geoparquet").option("legacyMode", "true").load("path/to/legacy-parquet-files") ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
