Re: [PR] [INLONG-10803][SDK] Transform SQL support Round function [inlong]

2024-08-19 Thread via GitHub
luchunliang merged PR #10810: URL: https://github.com/apache/inlong/pull/10810 -- 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-10803][SDK] Transform SQL support Round function [inlong]

2024-08-18 Thread via GitHub
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 {

[PR] [INLONG-10803][SDK] Transform SQL support Round function [inlong]

2024-08-18 Thread via GitHub
Zkplo opened a new pull request, #10810: URL: https://github.com/apache/inlong/pull/10810 Fixes #10803 ### Motivation Add one arithmetic function classe: RoundFunction. Also, add the corresponding unit test codes ### Modifications ### Veri

Re: [PR] [INLONG-10803][SDK] Transform SQL support Round function [inlong]

2024-08-18 Thread via GitHub
Zkplo closed pull request #10808: [INLONG-10803][SDK] Transform SQL support Round function URL: https://github.com/apache/inlong/pull/10808 -- 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 specif

Re: [PR] [INLONG-10803][SDK] Transform SQL support Round function [inlong]

2024-08-18 Thread via GitHub
vernedeng commented on PR #10808: URL: https://github.com/apache/inlong/pull/10808#issuecomment-2295257538 please run `mvn spotless:apply` to fix checkstyle -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[PR] [INLONG-10803][SDK] Transform SQL support Round function [inlong]

2024-08-18 Thread via GitHub
Zkplo opened a new pull request, #10808: URL: https://github.com/apache/inlong/pull/10808 Fixes #10803 ### Motivation Add one arithmetic function classes: RoundFunction. Also, add the corresponding unit test codes ### Modifications ### Veri

Re: [PR] [INLONG-10803][SDK] Transform SQL support Round function [inlong]

2024-08-18 Thread via GitHub
Zkplo closed pull request #10804: [INLONG-10803][SDK] Transform SQL support Round function URL: https://github.com/apache/inlong/pull/10804 -- 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 specif

[PR] [INLONG-10803][SDK] Transform SQL support Round function [inlong]

2024-08-17 Thread via GitHub
Zkplo opened a new pull request, #10804: URL: https://github.com/apache/inlong/pull/10804 Fixes #10803 ### Motivation Add one arithmetic function classes: RoundFunction. Also, add the corresponding unit test codes ### Modifications ### Ver