roblburris opened a new issue, #15731: URL: https://github.com/apache/lucene/issues/15731
### Description Similar to https://github.com/apache/lucene/issues/15695, we have another geometry that fails to index in the latest release of Lucene: [geometry.txt](https://github.com/user-attachments/files/25419854/geometry.txt) <img width="492" height="259" alt="Image" src="https://github.com/user-attachments/assets/8d2d4b51-fe4c-44fa-a3b8-675ac6603a86" /> This has been tested on main which includes recent fixes to Tessellator (e.g. https://github.com/apache/lucene/pull/15700, https://github.com/apache/lucene/pull/15657) and still hits 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:685) at org.apache.lucene.geo.Tessellator.splitEarcut(Tessellator.java:934) at org.apache.lucene.geo.Tessellator.earcutLinkedList(Tessellator.java:681) at org.apache.lucene.geo.Tessellator.splitEarcut(Tessellator.java:934) at org.apache.lucene.geo.Tessellator.earcutLinkedList(Tessellator.java:681) at org.apache.lucene.geo.Tessellator.splitEarcut(Tessellator.java:936) at org.apache.lucene.geo.Tessellator.earcutLinkedList(Tessellator.java:681) ``` Thanks again for all of the help with the previous issues! ### 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]
