chenlinzhong commented on code in PR #18799:
URL: https://github.com/apache/doris/pull/18799#discussion_r1170747046
##########
fe/java-udf/src/main/java/org/apache/doris/udf/JdbcExecutor.java:
##########
@@ -1458,4 +1483,56 @@ private int getFirstNotNullObject(Object[] column, int
numRows, long nullMapAddr
}
return i;
}
+
+ // only used by nebula-graph
+ public static Object tranferToDorisObject(ValueWrapper value) {
Review Comment:
> it‘s better to use switch case and `tranferToDorisObject` is inappropriate
if use switch case we need to know the nebula type , i think here no need to
do this since they give the interface to check the type
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]