chunweilei commented on a change in pull request #1955:
URL: https://github.com/apache/calcite/pull/1955#discussion_r422465130



##########
File path: core/src/main/java/org/apache/calcite/runtime/JsonFunctions.java
##########
@@ -112,18 +113,22 @@ public static JsonPathContext jsonApiCommonSyntax(String 
input, String pathSpec)
   }
 
   public static JsonPathContext jsonApiCommonSyntax(JsonValueContext input, 
String pathSpec) {
+    PathMode mode;
+    String pathWff;
     try {

Review comment:
       What does `pathWff` mean? Should we change it to a more clearer name?




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


Reply via email to