Skip to content

Commit ccaebc3

Browse files
committed
Rerun gradle check
Signed-off-by: Sawan Srivastava <[email protected]>
1 parent 3f49bd6 commit ccaebc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/opensearch/search/approximate/ApproximatePointRangeQueryTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,7 @@ public void testDateRangeIncludingNowQueryApproximation() throws IOException {
770770
}
771771
}
772772

773+
// This method can be used to test both DateRangeQueries and DateRangeIncludingNowQueries
773774
private void testApproximateVsExactQuery(IndexSearcher searcher, String field, String lowerBound, String upperBound, int size, int dims)
774775
throws IOException {
775776
// Parse date expressions to milliseconds

0 commit comments

Comments
 (0)