Airblader commented on a change in pull request #17186: URL: https://github.com/apache/flink/pull/17186#discussion_r708871696
########## File path: flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/JsonFunctionsITCase.java ########## @@ -54,6 +77,7 @@ testCases.add(jsonValue()); testCases.addAll(isJson()); testCases.addAll(jsonQuery()); + testCases.addAll(jsonObjectSpec()); Review comment: Because `jsonObject` is also the name of the API method, creating a clash. I'll just rename them all for consistency. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org