iverase opened a new pull request #2452: URL: https://github.com/apache/lucene-solr/pull/2452
I had a look into this failing polygon and it seems the issue comes in the logic the splits the polygon for further processing. It might happen that the new edge introduced is collinear with edges from the polygon. This situation makes this edges not eligible for filtering and it makes the logic fail. This change makes sure we don't introduce collinear edges when splitting polygons. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org