wenzhenghu commented on code in PR #60559:
URL: https://github.com/apache/doris/pull/60559#discussion_r2994467908


##########
be/src/udf/python/python_udf_meta.h:
##########
@@ -33,7 +33,7 @@ enum class PythonUDFLoadType : uint8_t { INLINE = 0, MODULE = 
1, UNKNOWN = 2 };
 enum class PythonClientType : uint8_t { UDF = 0, UDAF = 1, UDTF = 2, UNKNOWN = 
3 };
 
 struct PythonUDFMeta {
-    int64_t id;
+    int64_t id = 0;

Review Comment:
   for  test case happy, if not, udf ref test will failed



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