[PR] [INLONG-11112][SDK] Transform TRUNCATE() function add pgsql name [inlong]

2024-09-15 Thread via GitHub
emptyOVO opened a new pull request, #3: URL: https://github.com/apache/inlong/pull/3 Fixes #2 ### Motivation add name of TRUNCATE() function and provide tests ### Modifications ### Verifying this change *(Please pick

[PR] [INLONG-11110][SDK] Fix incorrect usage of isLocalVisit variable in client example of dataproxy-sdk module [inlong]

2024-09-15 Thread via GitHub
qy-liuhuo opened a new pull request, #6: URL: https://github.com/apache/inlong/pull/6 Fixes #0 ### Motivation Change the isLocalVisit parameter name to requestByHttp to avoid using https to process requests by default. ### Modifi

[PR] [INLONG-11114][SDK] Transform support Trigonometric function in units… [inlong]

2024-09-15 Thread via GitHub
emptyOVO opened a new pull request, #8: URL: https://github.com/apache/inlong/pull/8 … of degrees Fixes #4 ### Motivation add acosd, asind, atand, atan2d, cosd, cotd, sind, tand functions classes and provide unit tests ### Modification

Re: [PR] [INLONG-11105][SDK] Fix the empty string is converted to a "null" [inlong]

2024-09-15 Thread via GitHub
luchunliang merged PR #11106: URL: https://github.com/apache/inlong/pull/11106 -- 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

(inlong) branch master updated: [INLONG-11105][SDK] Fix the empty string is converted to a "null" (#11106)

2024-09-15 Thread luchunliang
This is an automated email from the ASF dual-hosted git repository. luchunliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git The following commit(s) were added to refs/heads/master by this push: new 6203004031 [INLONG-11105][SDK] Fix the empt

[PR] [INLONG-10463][SDK] Optimization of ultra-long field processing in InlongSDK [inlong]

2024-09-15 Thread via GitHub
qy-liuhuo opened a new pull request, #9: URL: https://github.com/apache/inlong/pull/9 Fixes #10463 ### Motivation Due to dataproxy limitations, a CONNECTION_BREAK error will occur when sending too much data through the SDK. So this PR solves the fol

[PR] [INLONG-11117][SDK] Transform SQL supports ISNULL functions [inlong]

2024-09-15 Thread via GitHub
Zkplo opened a new pull request, #11120: URL: https://github.com/apache/inlong/pull/11120 Fixes #7 ### Motivation Add one function class: IsNullFunction. Also, add the corresponding unit test classe: TestIsNullFunction. ### Verifying this change

[PR] [INLONG-11125][SDK] Transform improve SHA() and SHA2() function [inlong]

2024-09-15 Thread via GitHub
emptyOVO opened a new pull request, #11126: URL: https://github.com/apache/inlong/pull/11126 Fixes #11125 ### Motivation ### Modifications * add method in OperatorTools.class * supports value parse to byte[] * improve sha2() and sha() function

[PR] [INLONG-11124][SDK] Transform fix ENCODE() and DECODE() function [inlong]

2024-09-15 Thread via GitHub
emptyOVO opened a new pull request, #11127: URL: https://github.com/apache/inlong/pull/11127 Fixes #11124 ### Motivation * encode() function return byte[] type but not a string * decode() function parse the byte[] into a string * update unit tests #

Re: [PR] [INLONG-11042][SDK] Transform refactor function package [inlong]

2024-09-15 Thread via GitHub
emptyOVO commented on PR #11043: URL: https://github.com/apache/inlong/pull/11043#issuecomment-2351638732 Because function in #10796 updates very fast, conflicts in this pr will be processed uniformly after that -- This is an automated message from the Apache Git Service. To respond to t

[PR] [INLONG-11121][SDK] Transform SQL supports gcd functions [inlong]

2024-09-15 Thread via GitHub
Zkplo opened a new pull request, #11128: URL: https://github.com/apache/inlong/pull/11128 Fixes #11121 ### Motivation Add one function class: GcdFunction. Also, add the corresponding unit test classe: TestGcdFunction. ### Verifying this change *(Please pick eithe

Re: [I] [Feature][Sort] Enhanced Metric Instrumentation for InLong Sort Flink Connector [inlong]

2024-09-15 Thread via GitHub
github-actions[bot] commented on issue #11129: URL: https://github.com/apache/inlong/issues/11129#issuecomment-2351917124 Hello @PeterZh6, thank you for opening your first issue in InLong 🧡 We will respond as soon as possible ⏳ If this is a bug report, please provide screenshots or error

[PR] [INLONG-11129][Sort] Enhanced Metric Instrumentation for InLong Sort Flink Connector [inlong]

2024-09-15 Thread via GitHub
PeterZh6 opened a new pull request, #11130: URL: https://github.com/apache/inlong/pull/11130 Fixes #11129 ### Motivation The primary goal of this PR is to enhance metric instrumentation for the InLong Sort Flink Connector, specifically for the Postgres-CDC connector. This chan