Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Add 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)
Attachments
Issue Links
- fixes
-
SEDONA-17 Replace geometry serializer in RDD API with the WKB serializer
- Closed
- is caused by
-
SEDONA-17 Replace geometry serializer in RDD API with the WKB serializer
- Closed
- is fixed by
-
SEDONA-207 Faster serialization/deserialization of geometry objects
- Resolved
- links to