Skip to content

Commit 873d93d

Browse files
committed
Remove unnecessary method
1 parent 7ec3446 commit 873d93d

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/TestCaseSupplier.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -428,28 +428,6 @@ public static List<TestCaseSupplier> forBinaryWithWidening(
428428
return suppliers;
429429
}
430430

431-
public static List<TestCaseSupplier> forBinaryNotCastingWithMapParams(
432-
String name,
433-
String lhsName,
434-
String rhsName,
435-
BinaryOperator<Object> expected,
436-
DataType expectedType,
437-
List<TypedDataSupplier> lhsSuppliers,
438-
List<TypedDataSupplier> rhsSuppliers,
439-
List<String> warnings,
440-
boolean symmetric
441-
) {
442-
return forBinaryNotCasting(
443-
expected,
444-
expectedType,
445-
lhsSuppliers,
446-
rhsSuppliers,
447-
equalTo(name + "[" + lhsName + "=Attribute[channel=0], " + rhsName + "=Attribute[channel=1]]"),
448-
(lhs, rhs) -> warnings,
449-
symmetric
450-
);
451-
}
452-
453431
public static List<TestCaseSupplier> forBinaryNotCasting(
454432
String name,
455433
String lhsName,

0 commit comments

Comments
 (0)