Skip to content

Commit

Permalink
Fix TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
GalLalouche committed Dec 17, 2024
1 parent 9055219 commit e61f7a8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import java.util.stream.IntStream;

public class AbstractShapeGeometryFieldMapperTests extends ESTestCase {
// TODO handle geo as well, this is actually bugged, since extracting the result ignores minneg etc.
public void testCartesianBoundsBlockLoader() throws IOException {
testBoundsBlockLoaderAux(
CoordinateEncoder.CARTESIAN,
Expand All @@ -46,7 +45,7 @@ public void testCartesianBoundsBlockLoader() throws IOException {
);
}

// TODO when we turn this optimization on for geo, handle this as well.
// TODO when we turn this optimization on for geo, this test should pass.
public void ignoreTestGeoBoundsBlockLoader() throws IOException {
testBoundsBlockLoaderAux(
CoordinateEncoder.GEO,
Expand Down

0 comments on commit e61f7a8

Please sign in to comment.