[GitHub] [seatunnel] zhilinli123 commented on pull request #4826: [Bug][flink-runtime][connectors-v2] Flink register table Environment The running mode is set to`job.mode`

2023-07-31 Thread via GitHub
zhilinli123 commented on PR #4826: URL: https://github.com/apache/seatunnel/pull/4826#issuecomment-1657808375 PTAL: @TyrantLucifer @TaoZex -- 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 spe

[GitHub] [seatunnel] hustxjs commented on issue #5059: why v232 udf report error?

2023-07-31 Thread via GitHub
hustxjs commented on issue #5059: URL: https://github.com/apache/seatunnel/issues/5059#issuecomment-1657919356 here is java code: ```java @AutoService(ZetaUDF.class) public class qdmxUDF implements ZetaUDF { @Override public String functionName() { return

[GitHub] [seatunnel] EricJoy2048 merged pull request #4917: [Feature][Catalog] Add JDBC Catalog auto create table

2023-07-31 Thread via GitHub
EricJoy2048 merged PR #4917: URL: https://github.com/apache/seatunnel/pull/4917 -- 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...@seat

[GitHub] [seatunnel] liunaijie commented on issue #5059: why v232 udf report error?

2023-07-31 Thread via GitHub
liunaijie commented on issue #5059: URL: https://github.com/apache/seatunnel/issues/5059#issuecomment-1657989200 1. package and move lib to ${SEATUNNEL_HOME}/lib 2. update config to this ``` transform { Sql { source_table_name = "fake" result_table_name = "fake

[GitHub] [seatunnel] hailin0 merged pull request #5153: [Feature][Connector V2][File] Add config of 'file_filter_pattern', which used for filtering files.

2023-07-31 Thread via GitHub
hailin0 merged PR #5153: URL: https://github.com/apache/seatunnel/pull/5153 -- 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...@seatunne

[seatunnel] branch dev updated: [Feature][Connector V2][File] Add config of 'file_filter_pattern', which used for filtering files. (#5153)

2023-07-31 Thread wanghailin
This is an automated email from the ASF dual-hosted git repository. wanghailin pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new a3c13e59eb [Feature][Connector V2][File] Add co

[seatunnel] branch dev updated: [Improve][Connector-v2][Jdbc] check url not null throw friendly message (#5097)

2023-07-31 Thread liugddx
This is an automated email from the ASF dual-hosted git repository. liugddx pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new b0815f2a95 [Improve][Connector-v2][Jdbc] check ur

[GitHub] [seatunnel] liugddx merged pull request #5097: [Improve][Connector-v2][Jdbc] check url not null throw friendly message

2023-07-31 Thread via GitHub
liugddx merged PR #5097: URL: https://github.com/apache/seatunnel/pull/5097 -- 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...@seatunne

[GitHub] [seatunnel] xuzhangtian commented on issue #2339: [ST-Engine][Scheduler] Design of TaskGroup Scheduler

2023-07-31 Thread via GitHub
xuzhangtian commented on issue #2339: URL: https://github.com/apache/seatunnel/issues/2339#issuecomment-1658328035 > Hi, in the above example, the tasks within the TaskGroup appear to have an order, but in the code implementation of TaskGroupDefaultImpl, the tasks are stored using a Map, wh

[GitHub] [seatunnel] hailin0 commented on pull request #5125: [Feature][CDC][Zeta] Support schema evolution framework(DDL)

2023-07-31 Thread via GitHub
hailin0 commented on PR #5125: URL: https://github.com/apache/seatunnel/pull/5125#issuecomment-1658535070 https://github.com/apache/seatunnel/assets/14371345/1c0b39ef-deaa-4733-ae15-c937050d0454";> -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [seatunnel] github-actions[bot] closed issue #4587: [Feature][Core] Design of Dirty Data Collection

2023-07-31 Thread via GitHub
github-actions[bot] closed issue #4587: [Feature][Core] Design of Dirty Data Collection URL: https://github.com/apache/seatunnel/issues/4587 -- 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 speci

[GitHub] [seatunnel] hustxjs commented on issue #5059: why v232 udf report error?

2023-07-31 Thread via GitHub
hustxjs commented on issue #5059: URL: https://github.com/apache/seatunnel/issues/5059#issuecomment-1659413773 yes, jar pack already put into lib dir. conf change to blow and run, it say ```shell Caused by: org.apache.seatunnel.engine.common.exception.SeaTunnelEngineException: jav

[GitHub] [seatunnel] javalover123 commented on pull request #5014: [Feature][Transform-V2][SQL] Support case when clause for SQL Transform plugin (#5013)

2023-07-31 Thread via GitHub
javalover123 commented on PR #5014: URL: https://github.com/apache/seatunnel/pull/5014#issuecomment-1659442509 Update, please check, thanks. @wu-a-ge In another way, Number.*Value() method performance should be better when run with JDK 9 or above. ![image](https://github.com/apache

[GitHub] [seatunnel] hailin0 closed pull request #4858: [Improve][Jdbc] Disable upsert writes by default

2023-07-31 Thread via GitHub
hailin0 closed pull request #4858: [Improve][Jdbc] Disable upsert writes by default URL: https://github.com/apache/seatunnel/pull/4858 -- 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 co

[GitHub] [seatunnel] XiaoJiang521 opened a new pull request, #5190: [bugfix] update e2e

2023-07-31 Thread via GitHub
XiaoJiang521 opened a new pull request, #5190: URL: https://github.com/apache/seatunnel/pull/5190 ## Purpose of this pull request ## Check list * [ ] Code changed are covered with tests, or it does not need tests for reason: * [ ] If any new Jar binary packag

[GitHub] [seatunnel] liunaijie commented on issue #5059: why v232 udf report error?

2023-07-31 Thread via GitHub
liunaijie commented on issue #5059: URL: https://github.com/apache/seatunnel/issues/5059#issuecomment-1659495701 this error is can't find your udf. pls check: is your udf lib is real pack and put to the ${SEATUNNEL_HOME}/lib. and yesterday i test your code with version 2.3.2. it

[GitHub] [seatunnel] ic4y commented on pull request #4225: [Feature][formats][ogg] Support read ogg format message #4201

2023-07-31 Thread via GitHub
ic4y commented on PR #4225: URL: https://github.com/apache/seatunnel/pull/4225#issuecomment-1659508465 @zhilinli123 Is it possible to proceed with the completion of this PR now? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [seatunnel] ic4y commented on pull request #4279: [Hotfix][Zeta] test for disruptor

2023-07-31 Thread via GitHub
ic4y commented on PR #4279: URL: https://github.com/apache/seatunnel/pull/4279#issuecomment-1659510540 @liugddx What's the current status of this PR? -- 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

[GitHub] [seatunnel] ic4y commented on pull request #4305: [Doc][README] Remove useless github workflow, and adjust description of 'engineering structure'.

2023-07-31 Thread via GitHub
ic4y commented on PR #4305: URL: https://github.com/apache/seatunnel/pull/4305#issuecomment-1659513196 @FlechazoW What's the current status of this PR? -- 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

[GitHub] [seatunnel] hustxjs commented on issue #5059: why v232 udf report error?

2023-07-31 Thread via GitHub
hustxjs commented on issue #5059: URL: https://github.com/apache/seatunnel/issues/5059#issuecomment-1659526130 > this error is can't find your udf. pls check: is your udf lib is real pack and put to the ${SEATUNNEL_HOME}/lib. > > and yesterday i test your code with version 2.3.2. it c

[GitHub] [seatunnel] liugddx commented on pull request #4279: [Hotfix][Zeta] test for disruptor

2023-07-31 Thread via GitHub
liugddx commented on PR #4279: URL: https://github.com/apache/seatunnel/pull/4279#issuecomment-1659543384 > @liugddx What's the current status of this PR? Paused, I didn't find the reason for the data loss. -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [seatunnel] liunaijie commented on pull request #5083: [Feature] support compress on File Read

2023-07-31 Thread via GitHub
liunaijie commented on PR #5083: URL: https://github.com/apache/seatunnel/pull/5083#issuecomment-1659581806 @TyrantLucifer @TaoZex PTAL -- 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

[GitHub] [seatunnel] liunaijie commented on issue #5059: why v232 udf report error?

2023-07-31 Thread via GitHub
liunaijie commented on issue #5059: URL: https://github.com/apache/seatunnel/issues/5059#issuecomment-1659594984 > > this error is can't find your udf. pls check: is your udf lib is real pack and put to the ${SEATUNNEL_HOME}/lib. > > and yesterday i test your code with version 2.3.2. it c

[GitHub] [seatunnel] ic4y opened a new pull request, #5191: [bugfix][zeta] Fix the issue of two identical IDs appearing when executing seatunnel.sh -l as the job resumes

2023-07-31 Thread via GitHub
ic4y opened a new pull request, #5191: URL: https://github.com/apache/seatunnel/pull/5191 https://github.com/apache/seatunnel/assets/83933160/f10f9ee6-ded6-4432-9fce-31827a278edf";> ## Purpose of this pull request ## Check list * [ ] Code c

[GitHub] [seatunnel] Hisoka-X opened a new pull request, #5192: [Improve][Zeta] Don't trigger handleSaveMode when restore

2023-07-31 Thread via GitHub
Hisoka-X opened a new pull request, #5192: URL: https://github.com/apache/seatunnel/pull/5192 ## Purpose of this pull request ## Check list * [ ] Code changed are covered with tests, or it does not need tests for reason: * [ ] If any new Jar binary package ad