Re: [PR] [INLONG-11064][SDK] Transform SQL supports NULLIF function [inlong]

2024-09-11 Thread via GitHub
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

Re: [PR] [INLONG-11064][SDK] Transform SQL supports NULLIF function [inlong]

2024-09-11 Thread via GitHub
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

Re: [PR] [INLONG-11064][SDK] Transform SQL supports NULLIF function [inlong]

2024-09-11 Thread via GitHub
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

[PR] [INLONG-11064][SDK] Transform SQL supports NULLIF function [inlong]

2024-09-10 Thread via GitHub
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