Re: [I] [Bug] [Source HdfsFile] Read file failed [seatunnel]

2025-03-31 Thread via GitHub
github-actions[bot] closed issue #8786: [Bug] [Source HdfsFile] Read file failed URL: https://github.com/apache/seatunnel/issues/8786 -- 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 comm

Re: [I] [Bug] [Source HdfsFile] Read file failed [seatunnel]

2025-03-31 Thread via GitHub
github-actions[bot] commented on issue #8786: URL: https://github.com/apache/seatunnel/issues/8786#issuecomment-2767728971 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] [Module Name] MySql-cdc + metadata + sink kafka Common JSON convert/parse operation failed [seatunnel]

2025-03-31 Thread via GitHub
tusiCHN commented on issue #8924: URL: https://github.com/apache/seatunnel/issues/8924#issuecomment-2767892109 现在报错问题已经解决,但是在mysql多表同步时,存在数据重复上报情况。 The error has been resolved, but data is repeatedly reported during mysql table synchronization. example: env { ex

Re: [I] [Bug] mysql jdbc同步 驱动问题,始终报错 [seatunnel]

2025-03-31 Thread via GitHub
willis-yang commented on issue #5787: URL: https://github.com/apache/seatunnel/issues/5787#issuecomment-2768088409 same at all, too -- 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

Re: [I] http source,The field data is inconsistent [seatunnel]

2025-03-31 Thread via GitHub
CosmosNi commented on issue #9091: URL: https://github.com/apache/seatunnel/issues/9091#issuecomment-2767762043 After reading the data, use jsonpath to process it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] Bump axios from 1.7.7 to 1.8.4 in /seatunnel-engine/seatunnel-engine-ui [seatunnel]

2025-03-31 Thread via GitHub
dependabot[bot] commented on PR #9090: URL: https://github.com/apache/seatunnel/pull/9090#issuecomment-2768009817 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, l

Re: [PR] Bump axios from 1.7.7 to 1.8.4 in /seatunnel-engine/seatunnel-engine-ui [seatunnel]

2025-03-31 Thread via GitHub
davidzollo closed pull request #9090: Bump axios from 1.7.7 to 1.8.4 in /seatunnel-engine/seatunnel-engine-ui URL: https://github.com/apache/seatunnel/pull/9090 -- 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] Bump vite from 5.4.9 to 5.4.16 in /seatunnel-engine/seatunnel-engine-ui [seatunnel]

2025-03-31 Thread via GitHub
dependabot[bot] opened a new pull request, #9094: URL: https://github.com/apache/seatunnel/pull/9094 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.9 to 5.4.16. Release notes Sourced from https://github.com/vitejs/vite/releases";>vite's releases.

(seatunnel) branch dependabot/npm_and_yarn/seatunnel-engine/seatunnel-engine-ui/axios-1.8.4 deleted (was 71a2a905f4)

2025-03-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/seatunnel-engine/seatunnel-engine-ui/axios-1.8.4 in repository https://gitbox.apache.org/repos/asf/seatunnel.git was 71a2a905f4 Bump axios from 1.7.7 to 1.8.4 in

(seatunnel) branch dependabot/npm_and_yarn/seatunnel-engine/seatunnel-engine-ui/vite-5.4.16 created (now d83f65208a)

2025-03-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/seatunnel-engine/seatunnel-engine-ui/vite-5.4.16 in repository https://gitbox.apache.org/repos/asf/seatunnel.git at d83f65208a Bump vite from 5.4.9 to 5.4.16 in

(seatunnel) branch dev updated: [Chore] Upgrade actions/cache@v2 to actions/cache@v4 (#9084)

2025-03-31 Thread lidongdai
This is an automated email from the ASF dual-hosted git repository. lidongdai 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 da05620154 [Chore] Upgrade actions/cache@v2 to a

Re: [PR] [Feature][MCP] Support MCP [seatunnel]

2025-03-31 Thread via GitHub
ocean-zhc commented on PR #9086: URL: https://github.com/apache/seatunnel/pull/9086#issuecomment-2767823525 As maintainers of the Apache SeaTunnel project, our peers have demonstrated admirable dedication and forward-thinking strategies, consistently prioritizing sustainable developmen

Re: [PR] [Feature][Connector-V2] Support tail file source [seatunnel]

2025-03-31 Thread via GitHub
Copilot commented on code in PR #8795: URL: https://github.com/apache/seatunnel/pull/8795#discussion_r2020515779 ## seatunnel-connectors-v2/connector-tailfile/src/main/java/org/apache/seatunnel/connectors/tailfile/source/TailFileSourceReader.java: ## @@ -0,0 +1,102 @@ +/* + * Li

Re: [PR] [Feature][Connector-V2] Support GraphQL Connector (#8557) [seatunnel]

2025-03-31 Thread via GitHub
eyys commented on PR #9021: URL: https://github.com/apache/seatunnel/pull/9021#issuecomment-2765944039 Are there any other suggestions that need to be changed in pr this time @Hisoka-X @hailin0 -- This is an automated message from the Apache Git Service. To respond to the message, please

[PR] [Fix][Zeta] Adjust the timing of invoking the enumerator open method [seatunnel]

2025-03-31 Thread via GitHub
Hisoka-X opened a new pull request, #9092: URL: https://github.com/apache/seatunnel/pull/9092 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list

Re: [PR] [Doc][Improve] support chinese [docs/zh/connector-v2/source/MySQL-CDC.md] [seatunnel]

2025-03-31 Thread via GitHub
davidzollo commented on code in PR #8884: URL: https://github.com/apache/seatunnel/pull/8884#discussion_r2020912966 ## docs/zh/connector-v2/source/MySQL-CDC.md: ## @@ -0,0 +1,342 @@ +# MySQL CDC + +> MySQL CDC Source 连接器 + +## 支持这些引擎 + +> SeaTunnel Zeta +> Flink + +## 描述 + +MyS

(seatunnel) branch dependabot/npm_and_yarn/seatunnel-engine/seatunnel-engine-ui/axios-1.8.4 created (now 71a2a905f4)

2025-03-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/seatunnel-engine/seatunnel-engine-ui/axios-1.8.4 in repository https://gitbox.apache.org/repos/asf/seatunnel.git at 71a2a905f4 Bump axios from 1.7.7 to 1.8.4 in

[I] http source,The field data is inconsistent [seatunnel]

2025-03-31 Thread via GitHub
goldzzz1 opened a new issue, #9091: URL: https://github.com/apache/seatunnel/issues/9091 ### 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: [PR] [Fix][Connector-V2][OceanBase] oceanbase vector support simple vector index [seatunnel]

2025-03-31 Thread via GitHub
Hisoka-X commented on code in PR #9072: URL: https://github.com/apache/seatunnel/pull/9072#discussion_r2020734984 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-2/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcOceanBaseMilvusIT.j

Re: [PR] [Fix][Connector-V2][OceanBase] oceanbase vector support simple vector index [seatunnel]

2025-03-31 Thread via GitHub
Hisoka-X commented on code in PR #9072: URL: https://github.com/apache/seatunnel/pull/9072#discussion_r2020755308 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-2/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcOceanBaseMilvusIT.j

[PR] Bump axios from 1.7.7 to 1.8.4 in /seatunnel-engine/seatunnel-engine-ui [seatunnel]

2025-03-31 Thread via GitHub
dependabot[bot] opened a new pull request, #9090: URL: https://github.com/apache/seatunnel/pull/9090 Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.8.4. Release notes Sourced from https://github.com/axios/axios/releases";>axios's releases. Release v1.8.4 Rel