yzeng1618
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...
…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,...
### 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...
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...
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,...
### 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...
### 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...
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...
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...
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...