Anton B.
Results
2
issues of
Anton B.
Demo code: ``` @ExtendWith(MockitoExtension.class) public class WKTReadTest { @Test void wrongGeometryTest() { String openPolygon = "POLYGON ((0 0, 1 1, 1 0))"; var reader = new WKTReader(); Assertions.assertThrows(ParseException.class, () ->...
type-question
status-WONT FIX
### What type of bug is this? Unexpected error ### What subsystems and features are affected? Continuous aggregate ### What happened? If you create any Select for continous aggregation where...
bug
waiting-for-author