Re: [PR] [Feature][Zeta engine] Added the metrics information of table statistics in multi-table mode [seatunnel]

2024-07-16 Thread via GitHub
hawk9821 commented on PR #7212: URL: https://github.com/apache/seatunnel/pull/7212#issuecomment-2230181542 @Hisoka-X -- 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 uns

[I] seatunel中能否提供gaussdb的插件 [seatunnel]

2024-07-16 Thread via GitHub
xinjingqing opened a new issue, #7213: URL: https://github.com/apache/seatunnel/issues/7213 ### 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] [Feature][CDC] please support Hologres-CDC [seatunnel]

2024-07-16 Thread via GitHub
ssfve opened a new issue, #7214: URL: https://github.com/apache/seatunnel/issues/7214 ### 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] [S3 File] After updating to the current dev branch cluster, s3File failed to run the task [seatunnel]

2024-07-16 Thread via GitHub
Xuzhengz opened a new issue, #7215: URL: https://github.com/apache/seatunnel/issues/7215 ### 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

[PR] [Doc] hdfs file doc correct [seatunnel]

2024-07-16 Thread via GitHub
liunaijie opened a new pull request, #7216: URL: https://github.com/apache/seatunnel/pull/7216 ### Purpose of this pull request correct the hdfs document ### Does this PR introduce _any_ user-facing change? ### How was this patch tested?

[I] How to control logging in cluster mode [seatunnel]

2024-07-16 Thread via GitHub
Arsenal1109 opened a new issue, #7217: URL: https://github.com/apache/seatunnel/issues/7217 ### 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.

Re: [PR] [Fix][Connector-V2][Maxcompute] Fix Maxcompute sink can't map field [seatunnel]

2024-07-16 Thread via GitHub
hailin0 merged PR #7168: URL: https://github.com/apache/seatunnel/pull/7168 -- 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

Re: [I] [Bug] [Connector-V2-Maxcompute] Maxcompute sink can't map field [seatunnel]

2024-07-16 Thread via GitHub
hailin0 closed issue #7164: [Bug] [Connector-V2-Maxcompute] Maxcompute sink can't map field URL: https://github.com/apache/seatunnel/issues/7164 -- 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 s

(seatunnel) branch dev updated: [BugFix][Connector-V2][Maxcompute]fix:Maxcompute sink can't map field(#7164) (#7168)

2024-07-16 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 d5abf8f506 [BugFix][Connector-V2][Maxcompute]fi

Re: [I] [Feature][Log]How to control logging in cluster mode [seatunnel]

2024-07-16 Thread via GitHub
liunaijie commented on issue #7217: URL: https://github.com/apache/seatunnel/issues/7217#issuecomment-2232084217 update the `config/log4j2.properties` https://github.com/user-attachments/assets/fd1b5ec1-2c2a-4a33-82cc-de4aabb6b9fb";> enable line 37,38 if you want print the log t

[PR] Feature/split transform [seatunnel]

2024-07-16 Thread via GitHub
liunaijie opened a new pull request, #7218: URL: https://github.com/apache/seatunnel/pull/7218 ### Purpose of this pull request close https://github.com/apache/seatunnel/issues/7171 ### Does this PR introduce _any_ user-facing change? ### How was this

[I] [Bug] [Postgres-CDC ] Synchronous data occurrence java.lang.NullPointerException [seatunnel]

2024-07-16 Thread via GitHub
hswlxc opened a new issue, #7219: URL: https://github.com/apache/seatunnel/issues/7219 ### 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] [Bug] [mysql cdc] org.apache.seatunnel.connectors.seatunnel.cdc.mysql.source.MySqlDialect.getPrimaryKey< Error NullPointerException> [seatunnel]

2024-07-16 Thread via GitHub
hswlxc commented on issue #6934: URL: https://github.com/apache/seatunnel/issues/6934#issuecomment-2232211093 I have the same problem. Has the problem been solved @haiwang2517 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] [Core][jdk17] Support jdk17 [seatunnel]

2024-07-16 Thread via GitHub
liugddx commented on code in PR #7086: URL: https://github.com/apache/seatunnel/pull/7086#discussion_r1679226955 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rabbitmq-e2e/src/test/java/org/apache/seatunnel/e2e/connector/rabbitmq/RabbitmqIT.java: ## @@ -152,6 +127,8 @@ p

Re: [PR] [Core][jdk17] Support jdk17 [seatunnel]

2024-07-16 Thread via GitHub
liugddx commented on code in PR #7086: URL: https://github.com/apache/seatunnel/pull/7086#discussion_r1678833585 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/src/test/java/org/apache/seatunnel/e2e/connector/file/local/LocalFileIT.java: ## @@ -267,11 +267,

Re: [I] [Feature][Log]How to control logging in cluster mode [seatunnel]

2024-07-16 Thread via GitHub
Arsenal1109 commented on issue #7217: URL: https://github.com/apache/seatunnel/issues/7217#issuecomment-2232226767 This configuration prints some of the client logs to the server console. I want to print server logs to the client console.Too few client console logs. -- This is an automate

[I] [Feature][postgres-cdc] seatunnel-web support postgres-cdc [seatunnel]

2024-07-16 Thread via GitHub
hswlxc opened a new issue, #7220: URL: https://github.com/apache/seatunnel/issues/7220 ### 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. ##

Re: [I] [Bug] [Postgres-CDC ] Synchronous data occurrence java.lang.NullPointerException [seatunnel]

2024-07-16 Thread via GitHub
hswlxc closed issue #7219: [Bug] [Postgres-CDC ] Synchronous data occurrence java.lang.NullPointerException URL: https://github.com/apache/seatunnel/issues/7219 -- 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

Re: [I] [Bug] [rest-api] /hazelcast/rest/maps/running-jobs Request failed java.lang.NullPointerException [seatunnel]

2024-07-16 Thread via GitHub
W-dragan commented on issue #6325: URL: https://github.com/apache/seatunnel/issues/6325#issuecomment-2232287581 @liugddx @Hisoka-X @hailin0 help cc -- 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

Re: [I] [Bug] [rest-api] /hazelcast/rest/maps/running-jobs Request failed java.lang.NullPointerException [seatunnel]

2024-07-16 Thread via GitHub
liugddx commented on issue #6325: URL: https://github.com/apache/seatunnel/issues/6325#issuecomment-2232295230 > @liugddx @Hisoka-X @hailin0 help cc What version are you using? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[I] [Bug] [doris sink] When writing some fields to the sink end, an index out of parameter exception is thrown when source iceberg sink doris is used [seatunnel]

2024-07-16 Thread via GitHub
chengwei977 opened a new issue, #7221: URL: https://github.com/apache/seatunnel/issues/7221 ### 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 happen

Re: [I] [Feature][Log]How to control logging in cluster mode [seatunnel]

2024-07-16 Thread via GitHub
liunaijie commented on issue #7217: URL: https://github.com/apache/seatunnel/issues/7217#issuecomment-2232454804 > This configuration prints some of the client logs to the server console. I want to print server logs to the client console.Too few client console logs.Can only print the client

Re: [I] [Bug] [rest-api] /hazelcast/rest/maps/running-jobs Request failed java.lang.NullPointerException [seatunnel]

2024-07-16 Thread via GitHub
W-dragan commented on issue #6325: URL: https://github.com/apache/seatunnel/issues/6325#issuecomment-2232462234 > > @liugddx @Hisoka-X @hailin0 help cc > > What version are you using? 2.3.5 -- This is an automated message from the Apache Git Service. To respond to the message

[PR] [Improve][CI] Fix the problem of OutOfMemoryError when the test case [seatunnel]

2024-07-16 Thread via GitHub
liugddx opened a new pull request, #7222: URL: https://github.com/apache/seatunnel/pull/7222 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list * [

[I] [Feature]Parquet version upgrade to support LZ4_RAW compression format [seatunnel]

2024-07-16 Thread via GitHub
liunaijie opened a new issue, #7223: URL: https://github.com/apache/seatunnel/issues/7223 ### 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] [Seatunnel-Web] java.lang.NoClassDefFoundError: org/apache/seatunnel/api/table/catalog/schema/TableSchemaOptions [seatunnel]

2024-07-16 Thread via GitHub
anxinyh opened a new issue, #7224: URL: https://github.com/apache/seatunnel/issues/7224 ### 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