aloyszhang commented on code in PR #10810:
URL: https://github.com/apache/inlong/pull/10810#discussion_r1721133505


##########
inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/operator/OperatorTools.java:
##########
@@ -124,6 +125,8 @@ public class OperatorTools {
         functionMap.put("second",
                 func -> new 
TimestampExtractFunction(TimestampExtractFunction.TimestampExtractFunctionType.SECOND,
                         func));
+        // TODO Add Function

Review Comment:
   remove this annotation



-- 
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-unsubscr...@inlong.apache.org

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

Reply via email to