jiayuasu commented on issue #2820:
URL: https://github.com/apache/sedona/issues/2820#issuecomment-4214940589

   Can you try to add the following command before the collect()?
   
   ```
   implicit val enc = Encoders.kryo[Geometry]
   val geometries = df.map(row => row.getAs[Geometry]("leftgeometry")).collect()
   ```
   
   We've tested on DBR 14, 16 and 17, this setting works in all cases.


-- 
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]

Reply via email to