netanelma-tr commented on pull request #516:
URL: https://github.com/apache/incubator-sedona/pull/516#issuecomment-846455295
Hi @jiayuasu ,
Unfortunately, I didn't have time for this till now.
There is a way to find which kryo serializer is used in runtime (without
using the spark conf which isn't available for the scopes that I need)? I tried
to search for that on the kryo docs but didn't find anything useful.
>
> .config("spark.kryo.registrator", classOf[SedonaKryoRegistrator].getName)
> .config("spark.kryo.registrator",
classOf[SedonaWKBKryoRegistrator].getName)
>
otherwise, I won't know which to use for the SQL module.
I think that I need to find which is used and apply the SQL serializer
according to this value.
What do you think about that?
--
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:
[email protected]