File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments