Skip to content

Commit

Permalink
Update log
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Kwok <[email protected]>
  • Loading branch information
andy-k-improving committed Jan 29, 2025
1 parent fbcaf0d commit 96cc6f6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ public void testDefaultValueOf() {
assertTrue(
exception
.getMessage()
.contains(
"OpenSearch defined function [geoip] is only supported in WHERE clause, HAVING"
+ " clause and Eval operation."));
.contains("OpenSearch defined function [geoip] is only supported in Eval operation."));
}
}

0 comments on commit 96cc6f6

Please sign in to comment.