Pranav Toggi created SEDONA-752:
-----------------------------------
Summary: GeoJSON reader throws NPE when StructType contains nested
structs beyond geometry level
Key: SEDONA-752
URL: https://issues.apache.org/jira/browse/SEDONA-752
Project: Apache Sedona
Issue Type: Bug
Reporter: Pranav Toggi
The GeoJSON reader recursively traverses all nested StructType fields looking
for geometry columns, but descends into property-level structs that don't
contain geometries, causing a NullPointerException. Fixed by adding a guard to
limit traversal to the geometry level.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)