apache / sedona

A cluster computing framework for processing large-scale geospatial data
https://sedona.apache.org/
Apache License 2.0
1.96k stars 692 forks source link

[SEDONA-677] Fix kryo deserialization of null envelopes #1687

Closed Kontinuation closed 1 day ago

Kontinuation commented 1 day ago

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

Fix the deserialization of null envelopes. Null envelopes won't be deserialized as valid unit envelopes after applying this fix.

How was this patch tested?

Passing newly added tests.

Did this PR include necessary documentation updates?