Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-35272][cdc][runtime] Pipeline Transform job supports omitting / renaming calculation column #3285

Merged
merged 8 commits into from
Aug 8, 2024

Commits on Aug 8, 2024

  1. [FLINK-35272][cdc][runtime] Transform projection & filter feature ove…

    …rhaul
    
    # Conflicts:
    #	flink-cdc-runtime/src/main/java/org/apache/flink/cdc/runtime/operators/transform/PreTransformOperator.java
    
    # Conflicts:
    #	flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/src/test/java/org/apache/flink/cdc/pipeline/tests/TransformE2eITCase.java
    #	flink-cdc-runtime/src/main/java/org/apache/flink/cdc/runtime/operators/transform/PostTransformOperator.java
    yuxiqian committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    480ab98 View commit details
    Browse the repository at this point in the history
  2. [FLINK-35852] Fix decimal precision mismatch after transformation

    Somehow this has been fixed in FLINK-35272. Just added an E2e case to verify if it works as expected.
    yuxiqian committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c59db41 View commit details
    Browse the repository at this point in the history
  3. Address comments

    yuxiqian committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c44473c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ebe0c6 View commit details
    Browse the repository at this point in the history
  5. Resolve conflicts

    yuxiqian committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e1074a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcd98c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fa85fc View commit details
    Browse the repository at this point in the history
  8. docs: fix dead links

    yuxiqian committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2b719ea View commit details
    Browse the repository at this point in the history