Skip to content

Commit

Permalink
[FLINK-36181] Debug bridging the static methods in SqlJsonQueryFuncti…
Browse files Browse the repository at this point in the history
…on to the functional interfaces expected by convertJsonReturningFunction.
  • Loading branch information
MartijnVisser committed Sep 3, 2024
1 parent de61202 commit 5024708
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -707,8 +707,8 @@ public RexNode convertJsonQueryFunction(
cx,
fun,
call,
(SqlNode[] nodes) -> SqlJsonQueryFunction.hasExplicitTypeSpec(nodes),
(SqlCall c) -> SqlJsonQueryFunction.removeTypeSpecOperands(c));
operands -> SqlJsonQueryFunction.hasExplicitTypeSpec(operands),
SqlJsonQueryFunction::removeTypeSpecOperands);
}

public RexNode convertJsonReturningFunction(
Expand Down

0 comments on commit 5024708

Please sign in to comment.