libenchao commented on a change in pull request #11186: [FLINK-16200][sql] Support JSON_EXISTS for blink planner URL: https://github.com/apache/flink/pull/11186#discussion_r396104911
########## File path: flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/codegen/calls/FunctionGenerator.scala ########## @@ -22,10 +22,8 @@ import org.apache.flink.table.planner.functions.sql.FlinkSqlOperatorTable._ import org.apache.flink.table.runtime.types.PlannerTypeUtils.isPrimitive import org.apache.flink.table.types.logical.LogicalTypeRoot._ import org.apache.flink.table.types.logical.{LogicalType, LogicalTypeRoot} - import org.apache.calcite.sql.SqlOperator import org.apache.calcite.util.BuiltInMethod - Review comment: don't need to remove these blank lines. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services