HappenLee commented on code in PR #22059:
URL: https://github.com/apache/doris/pull/22059#discussion_r1271473459


##########
fe/be-java-extensions/java-udf/src/main/java/org/apache/doris/udf/BaseExecutor.java:
##########
@@ -1202,4 +1202,238 @@ public Object[] convertArrayArg(int argIdx, boolean 
isNullable, int rowStart, in
         }
         return argument;
     }
+
+    public Object[] convertMapKeyArg(int argIdx, boolean isNullable, int 
rowStart, int rowEnd, long nullMapAddr,

Review Comment:
   `convertMapKeyArg` look same as `convertMapValueArg` maybe we only need keep 
one?



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to