Skip to content

Commit 08429c1

Browse files
committed
requested changes
Signed-off-by: Asif Bashar <asif.bashar@gmail.com>
1 parent ba3553b commit 08429c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/org/opensearch/sql/calcite/CalciteRexNodeVisitor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ public RexNode visitFunction(Function node, CalcitePlanContext context) {
422422
PPLFuncImpTable.INSTANCE.resolve(
423423
context.rexBuilder, node.getFuncName(), arguments.toArray(new RexNode[0]));
424424
if (resolvedNode != null) {
425-
426425
return resolvedNode;
427426
}
428427
throw new IllegalArgumentException("Unsupported operator: " + node.getFuncName());

0 commit comments

Comments
 (0)