Re: [PR] [INLONG-10716][SDK] Inlong Transform usage optimization [inlong]

2024-07-24 Thread via GitHub
aloyszhang merged PR #10717: URL: https://github.com/apache/inlong/pull/10717 -- 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

Re: [PR] [INLONG-10716][SDK] Inlong Transform usage optimization [inlong]

2024-07-24 Thread via GitHub
vernedeng commented on code in PR #10717: URL: https://github.com/apache/inlong/pull/10717#discussion_r1689603608 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/pojo/CsvSourceInfo.java: ## @@ -28,17 +29,18 @@ * CsvSourceInfo */ @JsonIgnoreProperti

Re: [PR] [INLONG-10716][SDK] Inlong Transform usage optimization [inlong]

2024-07-24 Thread via GitHub
aloyszhang commented on code in PR #10717: URL: https://github.com/apache/inlong/pull/10717#discussion_r1689526655 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/pojo/KvSourceInfo.java: ## @@ -28,8 +30,15 @@ * KvSourceInfo */ @JsonIgnoreProperties

Re: [PR] [INLONG-10716][SDK] Inlong Transform usage optimization [inlong]

2024-07-24 Thread via GitHub
aloyszhang commented on code in PR #10717: URL: https://github.com/apache/inlong/pull/10717#discussion_r1689525564 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/pojo/CsvSinkInfo.java: ## @@ -30,15 +30,15 @@ @JsonIgnoreProperties(ignoreUnknown = true)

Re: [PR] [INLONG-10716][SDK] Inlong Transform usage optimization [inlong]

2024-07-24 Thread via GitHub
aloyszhang commented on code in PR #10717: URL: https://github.com/apache/inlong/pull/10717#discussion_r1689524909 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/pojo/CsvSourceInfo.java: ## @@ -28,17 +29,18 @@ * CsvSourceInfo */ @JsonIgnorePropert