Kontinuation commented on issue #987: URL: https://github.com/apache/sedona/issues/987#issuecomment-1708483096
> 0 | [ 1 6 0 ... -75 65 64] | ABQ | Phoenix | PX | West > 69 | [ 1 3 0 0 32 0 0 0 0 1 0 0 0 53 These outputs seems like geometries encoded as EWKB. The ones starting with `1 6 0` are multipolygons, and the ones starting with `1 3 0` are polygons. The internal encoding of geometries in sedona-sql was not EWKB since 1.4.0. The appearance of EWKB encoded geometries may indicate that some earlier version of sedona was mixed into the environment. The gradle config you posted above shows that it was using `sedona-python-adapter-3.0_2.12:1.3.1-incubating`. Please make sure that these old dependencies were actually removed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
