netanel246 opened a new pull request #516:
URL: https://github.com/apache/incubator-sedona/pull/516


   ## Is this PR related to a proposed Issue?
   [SEDONA-28](https://issues.apache.org/jira/browse/SEDONA-28)
   ## What changes were proposed in this PR?
   Added WKB serializer as an optional serializer and use the old Serde as the 
default SerDe for both Core and SQL. The user should only use it if they use 
geometries that are currently not supported by the old Serde.
   The user should be able to choose the serializer as follows
   
   .config("spark.serializer", classOf[KryoSerializer].getName) // 
org.apache.spark.serializer.KryoSerializer
   .config("spark.kryo.registrator", classOf[SedonaKryoRegistrator].getName)
   .config("spark.serializer", classOf[KryoSerializer].getName) // 
org.apache.spark.serializer.KryoSerializer
   .config("spark.kryo.registrator", classOf[SedonaWKBKryoRegistrator].getName)
   
   ## How was this patch tested?
   Using the existing tests. I Will add more tests soon
   ## Did this PR include necessary documentation updates?
   Not yet. Will be added soon.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to