You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "yangzhg (via GitHub)" <gi...@apache.org> on 2023/04/19 01:42:33 UTC

[GitHub] [doris] yangzhg commented on a diff in pull request #18799: [feature](graph)Support querying data from the Nebula graph database

yangzhg commented on code in PR #18799:
URL: https://github.com/apache/doris/pull/18799#discussion_r1170720522


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



-- 
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-unsubscribe@doris.apache.org

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


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