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-25990][table] Expose uid generator for DataStream/Transformation providers #18667

Closed
wants to merge 8 commits into from

Commits on Feb 10, 2022

  1. [FLINK-25990][table-api-java-bridge][table-planner] Add ProviderConte…

    …xt for generating uid and use it in DataStreamScanProvider, DataStreamSinkProvider, TransformationScanProvider, TransformationSinkProvider
    
    Signed-off-by: slinkydeveloper <francescoguard@gmail.com>
    slinkydeveloper committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    4e61da1 View commit details
    Browse the repository at this point in the history
  2. [fixup][table-planner] Use the new ProviderContext based method

    Signed-off-by: slinkydeveloper <francescoguard@gmail.com>
    slinkydeveloper committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    1f4fbd1 View commit details
    Browse the repository at this point in the history
  3. [fixup][connector-kafka] Use the new ProviderContext based method

    Signed-off-by: slinkydeveloper <francescoguard@gmail.com>
    slinkydeveloper committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    d4c6180 View commit details
    Browse the repository at this point in the history
  4. [fixup][connector-hive] Use the new ProviderContext based method

    Signed-off-by: slinkydeveloper <francescoguard@gmail.com>
    slinkydeveloper committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    3405603 View commit details
    Browse the repository at this point in the history
  5. [fixup][connector-files] Use the new ProviderContext based method

    Signed-off-by: slinkydeveloper <francescoguard@gmail.com>
    slinkydeveloper committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    4a56766 View commit details
    Browse the repository at this point in the history
  6. [fixup] Feedback

    Signed-off-by: slinkydeveloper <francescoguard@gmail.com>
    slinkydeveloper committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    42c9b0a View commit details
    Browse the repository at this point in the history
  7. [fixup] Now json plan tests are checking that we correctly set transf…

    …ormation uids
    
    Signed-off-by: slinkydeveloper <francescoguard@gmail.com>
    slinkydeveloper committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    ca7a596 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. [fixup] Another small refactor

    Signed-off-by: slinkydeveloper <francescoguard@gmail.com>
    slinkydeveloper committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    e57a8f4 View commit details
    Browse the repository at this point in the history