yuxiqian

Results 54 issues of yuxiqian

According to [Doris documentation](https://doris.apache.org/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-COLUMN/), altering column types dynamically is supported (via `ALTER TABLE ... MODIFY COLUMN` statement) when lossless conversion is available. However, now Doris pipeline connector has no support...

doris-pipeline-connector

This closes [FLINK-35272](https://issues.apache.org/jira/browse/FLINK-35272). Currently, pipeline jobs with transform (including projection and filtering) are constructed with the following topology: ``` SchemaTransformOp --> DataTransformOp --> SchemaOp ``` where schema projections are applied...

composer
common
runtime
e2e-tests

## What type of PR is this: - [ ] BugFix - [ ] Feature - [x] Enhancement - [ ] Refactor - [ ] UT - [ ] Doc...

Currently, `MySqlE2eITCase`'s result verification strategy is as follows: First, it keeps waiting until the last expected record received, then fetch all outputs at once and check if all expected records...

e2e-tests

This closes FLINK-35323. Currently, Transform module doesn’t support handling multiple tables with different schema within one projection / filtering rule. This is not intended and turns out to be related...

runtime
e2e-tests

This closes [FLINK-35323](https://issues.apache.org/jira/browse/FLINK-35323). Currently, Transform module doesn’t support handling multiple tables with different schema within one projection / filtering rule. A minimum reproducible example is: ```yaml transform: - source-table: DB.TABLE\.*...

runtime
e2e-tests

This PR closes [FLINK-35243](https://issues.apache.org/jira/browse/FLINK-35243): * Supports `AlterColumnCommentEvent`, `AlterTableCommentEvent`, `DropTableEvent`, `RenameTableEvent`, and `TruncateTableEvent` in pipeline framework * Adds `SchemaChangeEventWithPreSchema` interface, allowing SchemaRegistry backfilling schema before change payload * Fixed MySQL pipeline...

values-pipeline-connector
composer
common
runtime
cli
e2e-tests
mysql-pipeline-connector
doris-pipeline-connector
starrocks-pipeline-connector
migration-tests

This closes [FLINK-35317](https://issues.apache.org/jira/browse/FLINK-35317). Currently, Flink CDC CLI only allows submitting one YAML pipeline job each time. This PR allows submitting multiple .yml files at once like this: `./bin/flink-cdc.sh job1.yml job2.yml...

cli