yzeng1618

Results 14 issues of yzeng1618

https://github.com/apache/seatunnel/issues/9457 ### Purpose of this pull request This PR fixes a timezone issue in the Iceberg connector when converting LocalDateTime to OffsetDateTime. Previously, LocalDateTime values were directly converted to UTC...

connectors-v2
approved
reviewed
iceberg

…ssions in PostgreSQL/mysql/oracle/sqlserver, and fix the null pointer issue in the regular expression https://github.com/apache/seatunnel/issues/9209 ### Purpose of this pull request added contents about multiple tables and regular expressions in PostgreSQL/mysql/oracle/sqlserver,...

document
connectors-v2
jdbc
api

### 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 During the synchronization process from MySQL to Iceberg, the synchronization...

bug

https://issues.apache.org/jira/browse/FLINK-34864 Previously, in the scenario of multi-table synchronization such as from MySQL to Doris, if some tables had no primary keys, it would directly result in an error, which affected...

docs
mysql-cdc-connector
mysql-pipeline-connector
3.5

https://github.com/apache/seatunnel/issues/10174 ### Purpose of this pull request This pull request fixes an incorrect type mapping in the Kudu → Doris pipeline when Doris tables are auto-created from Kudu catalogs. Previously,...

connectors-v2
approved
reviewed
e2e

### Purpose of this pull request This PR limits Flink's restart attempts in E2E tests to avoid infinite retry loops that mask real test failures with timeout errors. `The job...

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 When using SeaTunnel to synchronize data from Kudu to Doris...

bug

https://github.com/apache/seatunnel/issues/10137 ### Purpose of this pull request Fix several edge cases of SQL transform built‑in functions (DATEDIFF with MONTH, WEEK, SIGN, ASCII/LEFT/RIGHT, and CAST), and update corresponding unit tests and...

document
Transform-v2
e2e

https://github.com/apache/seatunnel/issues/9785 ### Purpose of this pull request - Add the server_time_zone option to the JDBC source/sink, and thread this option through JdbcConnectionConfig, SimpleJdbcConnectionProvider, and `MysqlDialect. This ensures that the MySQL...

document
connectors-v2
e2e

https://github.com/apache/seatunnel/issues/10137 ### Purpose of this pull request This pull request fixes several edge‑case bugs in the SQL transform functions (mainly numeric, string and date/time functions) and adds/updates SQL‑level tests such...

Transform-v2
e2e