dockerzhang merged PR #11078:
URL: https://github.com/apache/inlong/pull/11078
--
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...@inlon
Zkplo commented on code in PR #11078:
URL: https://github.com/apache/inlong/pull/11078#discussion_r1754194450
##
inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/function/NullIfFunction.java:
##
@@ -0,0 +1,63 @@
+/*
+ * Licensed to the Apache Softwa
luchunliang commented on code in PR #11078:
URL: https://github.com/apache/inlong/pull/11078#discussion_r1754107629
##
inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/function/NullIfFunction.java:
##
@@ -0,0 +1,63 @@
+/*
+ * Licensed to the Apache
Zkplo opened a new pull request, #11078:
URL: https://github.com/apache/inlong/pull/11078
Fixes #11064
### Motivation
Add one function classe: NullIfFunction. Also, add the corresponding unit
test classe: TestNullIfFunction, TestUnCompressFunction.
### M