[
https://issues.apache.org/jira/browse/SEDONA-28?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456960#comment-17456960
]
Netanel Malka commented on SEDONA-28:
-------------------------------------
[~jiayu] I saw that:
{code:java}
Reverts #516
PR 516 for SEDONA-28 requires a more thorough test under the cluster mode. Will
not include it in Sedona 1.1.0.
{code}
This issue is still relevant?
Can we check the bug on a local cluster?
There are any actions we can take to prevent from that happening? (tests on a
local cluster or something like that)
> Add WKB serializer in RDD and SQL API and let the user choose the SerDe
> ------------------------------------------------------------------------
>
> Key: SEDONA-28
> URL: https://issues.apache.org/jira/browse/SEDONA-28
> Project: Apache Sedona
> Issue Type: Task
> Reporter: Netanel Malka
> Assignee: Netanel Malka
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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)
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)