You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
148859: geos: update GEOS to 3.12.3 r=yuzefovich a=yuzefovich
Most of the test changes are due to ordering difference within POLYGONs (which seems ok). Others were compared against PostGIS running GEOS 3.13.1 and mostly match Postgres. The following differences were found:
- a couple cases in TestSimplifyGEOS appear to be close enough
- `ST_LineInterPolatePoints` now returns an error for `LINESTRING EMPTY`, which wasn't the case before for us with 3.11.2, nor is the case for PostGIS with 3.13.1.
I spent some time trying to install PostGIS 3.4.3 locally which uses GEOS 3.12.x, but brew makes it hard, so I gave up. I plan to bump GEOS to 3.13.1 shortly, so hopefully some of the differences will be reverted.
Epic: None
Release note (general change): Spatial libraries from Cockroach now rely on GEOS 3.12 instead of GEOS 3.11.
Co-authored-by: Yahor Yuzefovich <[email protected]>
0 commit comments