snuyanzin commented on code in PR #28170:
URL: https://github.com/apache/flink/pull/28170#discussion_r3409385860


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/calcite/FlinkConvertletTable.java:
##########
@@ -66,6 +67,8 @@ public SqlRexConvertlet get(SqlCall call) {
         final SqlOperator operator = call.getOperator();
         if (operator == FlinkSqlOperatorTable.TRY_CAST) {
             return this::convertTryCast;
+        } else if (operator instanceof SqlJsonQueryFunction) {

Review Comment:
   small adaptation to allow removal of `StandardConvertlettTable` from Flink's 
repo



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to