jacktengg commented on code in PR #66761:
URL: https://github.com/apache/doris/pull/66761#discussion_r3828740510
##########
fe/be-java-extensions/java-common/src/main/java/org/apache/doris/common/jni/utils/JavaUdfDataType.java:
##########
@@ -50,6 +50,8 @@ public class JavaUdfDataType {
public static final JavaUdfDataType DATEV2 = new JavaUdfDataType("DATEV2",
TPrimitiveType.DATEV2, 4);
public static final JavaUdfDataType DATETIMEV2 = new
JavaUdfDataType("DATETIMEV2", TPrimitiveType.DATETIMEV2,
8);
+ public static final JavaUdfDataType TIMESTAMP_NS = new
JavaUdfDataType("TIMESTAMP_NS",
Review Comment:
Fixed
--
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]