Kristin Cowalcijk created SEDONA-677: ----------------------------------------
Summary: Kryo deserialization for null envelopes results in unit envelopes Key: SEDONA-677 URL: https://issues.apache.org/jira/browse/SEDONA-677 Project: Apache Sedona Issue Type: Bug Reporter: Kristin Cowalcijk Fix For: 1.7.0 There's a Envelope deserialization bug in the Kryo serializer for JTS classes. The null envelope [0, -1, 0, -1] got deserialized as a valid envelope [-1, 0, -1, 0]. This may not have impact on the correctness of other functionalities, since Sedona does not use null envelopes, but we'd better fix this to avoid future headaches. -- This message was sent by Atlassian Jira (v8.20.10#820010)