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


##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/BaseExpressions.java:
##########
@@ -2525,6 +2525,70 @@ public OutType jsonQuery(String path, JsonQueryWrapper 
wrappingBehavior) {
                 path, wrappingBehavior, JsonQueryOnEmptyOrError.NULL, 
JsonQueryOnEmptyOrError.NULL);
     }
 
+    public OutType jsonLength() {

Review Comment:
   following the style of this class here also should be javadoc



-- 
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