zhangdonghao

Results 20 issues of zhangdonghao

### Search before asking - [X] I had searched in the [issues](https://github.com/datasophon/datasophon/issues?q=is%3Aissue) and found no similar issues. ### What happened The system enters the alarm list from the service list....

bug

### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list * [ ] If any new Jar...

document
Spark
Zeta
connectors-v2
e2e
paimon
api

### Purpose of this pull request modify the method of obtaining JobId ``` Pattern jobIdPattern = Pattern.compile( ".*Init JobMaster for Job tidbcdc_to_tidb.conf \\(([0-9]*)\\).*", Pattern.DOTALL); Matcher matcher = jobIdPattern.matcher(container.getServerLogs()); String jobId;...

e2e

### 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 ![20240910084357](https://github.com/user-attachments/assets/db5c0780-7527-41bb-b14f-96f05c1c2c97) ### SeaTunnel Version 2.3.8-SNAPSHOT ### SeaTunnel Config ```conf env...

bug
stale

### Purpose Linked issue: close #5110 ### Tests ### API and Format ### Documentation

### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version 0.7.0-incubating 1.0.1 ### Compute Engine JavaAPI ### Minimal reproduce step step1. create...

bug

### Purpose of this pull request source : mysql ``` CREATE TABLE `product` ( `id` int NOT NULL AUTO_INCREMENT COMMENT '主键', `name` varchar(100) DEFAULT NULL COMMENT '商品名称', `price` decimal(4,1) DEFAULT...

connectors-v2
paimon

### Purpose of this pull request `mvn clean package -pl :seatunnel-dist -am -D"skip.ui"=true -DskipTests -Prelease` throw error ``` [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing...

core

### Purpose of this pull request 1. Support the automatic creation of non-primary key table ( append-only table) when Source is the primary key table 2. Fix losing the primary...

connectors-v2
e2e
paimon

### Purpose of this pull request custom udf throw Exception. remove `seatunnel-transform-v2.jar` from `connecots` to `lib` solve the problem . ``` Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/seatunnel/transform/sql/zeta/ZetaUDF at java.lang.ClassLoader.defineClass1(Native Method)...

core
Transform-v2
e2e