Skip to content

Commit abc5309

Browse files
committed
Fix error msg in CalcitePPLFunctionTypeTest
Signed-off-by: Yuanchun Shen <yuanchu@amazon.com>
1 parent 5e8858a commit abc5309

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ppl/src/test/java/org/opensearch/sql/ppl/calcite/CalcitePPLFunctionTypeTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public void testComparisonWithDifferentType() {
4747
verifyErrorMessageContains(
4848
t,
4949
// Temporary fix for the error message as LESS function has two variants. Will remove
50-
// [IP,IP],[IP,STRING],[STRING,IP] when merging the two variants.
51-
"LESS function expects {[IP,IP],[IP,STRING],[STRING,IP],[COMPARABLE_TYPE,COMPARABLE_TYPE]},"
50+
// [IP,IP] when merging the two variants.
51+
"LESS function expects {[IP,IP],[COMPARABLE_TYPE,COMPARABLE_TYPE]},"
5252
+ " but got [STRING,INTEGER]");
5353
}
5454

0 commit comments

Comments
 (0)