roblburris opened a new issue, #15695: URL: https://github.com/apache/lucene/issues/15695
### Description Hello again! Similar to https://github.com/apache/lucene/issues/15554, we have another geometry that fails to index in the latest release of Lucene: [geometry.txt](https://github.com/user-attachments/files/25222868/geometry.txt) <img width="273" height="373" alt="Image" src="https://github.com/user-attachments/assets/313dd3a4-a4a7-48b1-a931-4e9097b9c17e" /> Even after manually pulling in the fix merged in https://github.com/apache/lucene/pull/15657 (thank you @iverase!), we're still seeing the same `Unable to Tessellate shape. Possible malformed shape detected.` error when calling `Tessellator#tessellate`: ``` java.lang.IllegalArgumentException: Unable to Tessellate shape. Possible malformed shape detected. at org.apache.lucene.geo.Tessellator.earcutLinkedList(Tessellator.java:673) at org.apache.lucene.geo.Tessellator.splitEarcut(Tessellator.java:922) at org.apache.lucene.geo.Tessellator.earcutLinkedList(Tessellator.java:669) at org.apache.lucene.geo.Tessellator.splitEarcut(Tessellator.java:922) at org.apache.lucene.geo.Tessellator.earcutLinkedList(Tessellator.java:669) at org.apache.lucene.geo.Tessellator.tessellate(Tessellator.java:139) at org.apache.lucene.geo.Tessellator.tessellate(Tessellator.java:89) ``` ### Version and environment details Lucene 10.3.2 (latest main) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
