You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ma...@apache.org on 2021/07/14 19:52:20 UTC

[incubator-sedona] branch Sedona-17_Shape&WKBSerDe updated (ff7a3df -> 426ec68)

This is an automated email from the ASF dual-hosted git repository.

malka pushed a change to branch Sedona-17_Shape&WKBSerDe
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git.


    from ff7a3df  Added TestBaseWKBSerdeJava for testing using the WKB serde Moved WBBGeometrySerializerTest from the scala to java to eliminate spark session collisions
     add 426ec68  Added fromId method to SerializerType Added one Int byte as a serializerType for python bindings to know which serde type is used

No new revisions were added by this update.

Summary of changes:
 .../apache/sedona/core/enums/SerializerType.java   | 27 +++++++++++++++++++---
 .../apache/sedona/core/serde/GeometrySerde.java    | 11 +++++++++
 .../sedona/core/serde/WKB/WKBGeometrySerde.java    | 10 +++++++-
 .../core/serde/shape/ShapeGeometrySerde.java       | 10 +++++++-
 4 files changed, 53 insertions(+), 5 deletions(-)