yaozhongq commented on code in PR #614:
URL: https://github.com/apache/geaflow/pull/614#discussion_r2357406227


##########
geaflow/geaflow-dsl/geaflow-dsl-common/src/main/java/org/apache/geaflow/dsl/common/util/FunctionCallUtils.java:
##########
@@ -41,36 +41,175 @@ public class FunctionCallUtils {
 
     public static String UDF_EVAL_METHOD_NAME = "eval";
 
+    // Type degree mappings for implicit type conversion hierarchy
+    private static final TypeDegreeMapping[] TYPE_DEGREE_MAPPINGS = {

Review Comment:
   Arrays may be inefficient; it is recommended to use a map structure instead.
   
   Moreover, since it is used only once here, whether it is necessary to retain 
this array deserves consideration."



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

Reply via email to