Skip to content

Commit

Permalink
geos: bump to include seg fault fix
Browse files Browse the repository at this point in the history
Resolves #53254.

Release justification: bug fix to new functionality

Release note: None
  • Loading branch information
otan committed Sep 3, 2020
1 parent 785606e commit f037af1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion c-deps/geos
3 changes: 0 additions & 3 deletions pkg/sql/distsql/columnar_operators_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ func TestAggregatorAgainstProcessor(t *testing.T) {
execinfrapb.AggregatorSpec_PERCENTILE_CONT_IMPL:
// We skip percentile functions because those can only be
// planned as window functions.
case execinfrapb.AggregatorSpec_ST_UNION:
// We skip ST_Union for now because it seg faults in GEOS.
// TODO(#53254): figure out why.
default:
found = true
}
Expand Down

0 comments on commit f037af1

Please sign in to comment.