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

imbruced pushed a change to branch add-sedona-deserializer
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


    from 9100359e add sedona deserialization code
     add 22260891 apply pre commit

No new revisions were added by this update.

Summary of changes:
 rust/sedona-functions/src/fixtures/crs_point.sedona         |  2 +-
 .../src/fixtures/empty_geometry_collection.sedona           |  2 +-
 rust/sedona-functions/src/fixtures/empty_linestring.sedona  |  2 +-
 .../src/fixtures/empty_multilinestring.sedona               |  2 +-
 .../sedona-functions/src/fixtures/empty_multipolygon.sedona |  2 +-
 rust/sedona-functions/src/fixtures/empty_point.sedona       |  2 +-
 rust/sedona-functions/src/fixtures/empty_polygon.sedona     |  2 +-
 .../sedona-functions/src/fixtures/geometrycollection.sedona |  6 +++---
 .../src/fixtures/geometrycollectioncomplex.sedona           |  2 +-
 rust/sedona-functions/src/fixtures/linestring.sedona        |  2 +-
 rust/sedona-functions/src/fixtures/multilinestring.sedona   |  2 +-
 rust/sedona-functions/src/fixtures/multipoint.sedona        |  2 +-
 rust/sedona-functions/src/fixtures/multipoint_empty.sedona  |  2 +-
 rust/sedona-functions/src/fixtures/multipolygon.sedona      |  2 +-
 .../src/fixtures/nested_geometry_collection.sedona          |  2 +-
 rust/sedona-functions/src/fixtures/point.sedona             |  2 +-
 rust/sedona-functions/src/fixtures/polygon.sedona           |  2 +-
 rust/sedona-functions/src/lib.rs                            |  2 +-
 rust/sedona-functions/src/st_from_sedona_spark.rs           |  4 ++--
 rust/sedona-serde/src/deserialize.rs                        |  3 +--
 rust/sedona-serde/src/lib.rs                                |  2 +-
 rust/sedona-serde/src/linestring.rs                         |  4 ++--
 rust/sedona-serde/src/point.rs                              |  1 -
 rust/sedona-serde/src/polygon.rs                            | 13 +++++++------
 24 files changed, 33 insertions(+), 34 deletions(-)

Reply via email to