Re: [PR] [Feature][Connector-V2][Oracle-cdc]Support for oracle cdc [seatunnel]

2024-01-14 Thread via GitHub
EricJoy2048 merged PR #5196: URL: https://github.com/apache/seatunnel/pull/5196 -- 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

(seatunnel) branch dev updated: [Improve][API] Add `serialVersionUID` to Column

2024-01-14 Thread fanjia
This is an automated email from the ASF dual-hosted git repository. fanjia 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 e3f6d2fa6c [Improve][API] Add `serialVersionUID` to

Re: [PR] [BugFix][seatunnel-api] fix bug-6201 After submitting a task to the dev branch through st web an error is reported with inconsistent serialization IDs [seatunnel]

2024-01-14 Thread via GitHub
Hisoka-X merged PR #6202: URL: https://github.com/apache/seatunnel/pull/6202 -- 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...@seatunn

Re: [PR] [added] [classes] Added classes to ProtoStuffSerializer file [seatunnel]

2024-01-14 Thread via GitHub
anirudh-hegde commented on code in PR #6205: URL: https://github.com/apache/seatunnel/pull/6205#discussion_r1451974591 ## seatunnel-common/src/main/java/org/apache/seatunnel/common/constants/JobMode.java: ## Review Comment: Please don't merge this as I did not contribute to

[PR] [added] [classes] Added classes to ProtoStuffSerializer file [seatunnel]

2024-01-14 Thread via GitHub
anirudh-hegde opened a new pull request, #6205: URL: https://github.com/apache/seatunnel/pull/6205 ### Purpose of this pull request Added classes for specific needs. ### Does this PR introduce _any_ user-facing change? Yes -- This is an automated message from t

Re: [PR] [BugFix][seatunnel-api] fix bug-6201 After submitting a task to the dev branch through st web an error is reported with inconsistent serialization IDs [seatunnel]

2024-01-14 Thread via GitHub
liugddx commented on PR #6202: URL: https://github.com/apache/seatunnel/pull/6202#issuecomment-1891283761 Wait for the CI -- 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

Re: [I] [Bug] [Module Name] SAPHANA JDBC query error [seatunnel]

2024-01-14 Thread via GitHub
zuzuou commented on issue #6203: URL: https://github.com/apache/seatunnel/issues/6203#issuecomment-1891246870 The schema name in the jdbc url "jdbc:sap://10.30.12.192:30015?currentschema=sapabap1" is not correct -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] [BugFix][seatunnel-api] fix bug-6201 After submitting a task to the dev branch through st web an error is reported with inconsistent serialization IDs [seatunnel]

2024-01-14 Thread via GitHub
Hisoka-X commented on code in PR #6202: URL: https://github.com/apache/seatunnel/pull/6202#discussion_r1451896902 ## seatunnel-api/src/main/java/org/apache/seatunnel/api/table/catalog/MetadataColumn.java: ## @@ -27,6 +27,7 @@ @EqualsAndHashCode(callSuper = true) @ToString(call

Re: [I] [Bug] [Module Name] SAPHANA JDBC query error [seatunnel]

2024-01-14 Thread via GitHub
zuzuou closed issue #6203: [Bug] [Module Name] SAPHANA JDBC query error URL: https://github.com/apache/seatunnel/issues/6203 -- 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

Re: [PR] [BugFix][seatunnel-api] fix bug-6201 After submitting a task to the dev branch through st web an error is reported with inconsistent serialization IDs [seatunnel]

2024-01-14 Thread via GitHub
liugddx commented on PR #6202: URL: https://github.com/apache/seatunnel/pull/6202#issuecomment-1891242896 @Hisoka-X @ruanwenjun 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 specific

[I] [Feature][web] 安装手册简单点 [seatunnel]

2024-01-14 Thread via GitHub
lliuql opened a new issue, #6204: URL: https://github.com/apache/seatunnel/issues/6204 ### Search before asking - [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ##

[I] [Bug] [Module Name] SAPHANA JDBC query error [seatunnel]

2024-01-14 Thread via GitHub
zuzuou opened a new issue, #6203: URL: https://github.com/apache/seatunnel/issues/6203 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened

Re: [I] [help] windows quick start [seatunnel]

2024-01-14 Thread via GitHub
yanhan-chan commented on issue #5958: URL: https://github.com/apache/seatunnel/issues/5958#issuecomment-1891240032 @Carl-Zhou-CN Hi, I am trying to read data from my local mysql database using the jdbc connector. Here is the .conf file: https://github.com/apache/seatunnel/assets/112475120

Re: [PR] [BugFix][seatunnel-api] fix bug-6201 After submitting a task to the dev branch through st web an error is reported with inconsistent serialization IDs [seatunnel]

2024-01-14 Thread via GitHub
gitfortian closed pull request #6202: [BugFix][seatunnel-api] fix bug-6201 After submitting a task to the dev branch through st web an error is reported with inconsistent serialization IDs URL: https://github.com/apache/seatunnel/pull/6202 -- This is an automated message from the Apache Git

[PR] [BugFix][seatunnel-api] fix bug-6201 After submitting a task to the dev branch through st web an error is reported with inconsistent serialization IDs [seatunnel]

2024-01-14 Thread via GitHub
gitfortian opened a new pull request, #6202: URL: https://github.com/apache/seatunnel/pull/6202 …, an error is reported with inconsistent serialization IDs ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ##

[I] [Bug] [seatunnel-api] 通过st-web提交任务到dev分支的st后,报序列化id 不一致的错误 After submitting a task to the dev branch through st web, an error is reported with inconsistent serialization IDs [seatunnel]

2024-01-14 Thread via GitHub
gitfortian opened a new issue, #6201: URL: https://github.com/apache/seatunnel/issues/6201 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happene

Re: [PR] [Bug] [connector-jdbc] Catalog's SELECT_COLUMNS_SQL_TEMPLATE have some issues. #6054 [seatunnel]

2024-01-14 Thread via GitHub
LoverAndrew commented on PR #6169: URL: https://github.com/apache/seatunnel/pull/6169#issuecomment-1891178560 > Hi @LoverAndrew , please resolve conflict. Have done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [I] [help] windows quick start [seatunnel]

2024-01-14 Thread via GitHub
yanhan-chan commented on issue #5958: URL: https://github.com/apache/seatunnel/issues/5958#issuecomment-1891164919 @Carl-Zhou-CN Thank you so much, it worked now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] [Feature][seatunnel-web] web端几乎不可用,什么时候提供完整的web界面,非常期待 [seatunnel]

2024-01-14 Thread via GitHub
github-actions[bot] closed issue #5794: [Feature][seatunnel-web] web端几乎不可用,什么时候提供完整的web界面,非常期待 URL: https://github.com/apache/seatunnel/issues/5794 -- 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 th

Re: [I] [Bug] jdbc to jdbc数据同步任务卡住&数据量与日志打印不符(2.3.2版本正常) [seatunnel]

2024-01-14 Thread via GitHub
github-actions[bot] commented on issue #5806: URL: https://github.com/apache/seatunnel/issues/5806#issuecomment-1891130229 This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future. -- This is a

Re: [I] [Feature][seatunnel-web] web端几乎不可用,什么时候提供完整的web界面,非常期待 [seatunnel]

2024-01-14 Thread via GitHub
github-actions[bot] commented on issue #5794: URL: https://github.com/apache/seatunnel/issues/5794#issuecomment-1891130254 This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future. -- This is a

Re: [I] [Bug] jdbc to jdbc数据同步任务卡住&数据量与日志打印不符(2.3.2版本正常) [seatunnel]

2024-01-14 Thread via GitHub
github-actions[bot] closed issue #5806: [Bug] jdbc to jdbc数据同步任务卡住&数据量与日志打印不符(2.3.2版本正常) URL: https://github.com/apache/seatunnel/issues/5806 -- 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 spec