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-35195][table] Support the execution of create materialized table in continuous refresh mode #24750

Merged
merged 8 commits into from
May 7, 2024

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    2f5f753 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b781fd3 View commit details
    Browse the repository at this point in the history
  3. [FLINK-35195][table] Convert CatalogMaterializedTable to CatalogTable…

    … to generate execution plan for planner
    lsyldliu committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3fdd903 View commit details
    Browse the repository at this point in the history
  4. [FLINK-35195][table] Convert SqlCreateMaterializedTable node to Creat…

    …eMaterializedTableOperation
    lsyldliu committed May 7, 2024
    Configuration menu
    Copy the full SHA
    162504e View commit details
    Browse the repository at this point in the history
  5. [FLINK-35195][table] Introduce ContinuousRefreshHandler and serialize…

    …r for continuous refresh mode
    lsyldliu committed May 7, 2024
    Configuration menu
    Copy the full SHA
    609f5ad View commit details
    Browse the repository at this point in the history
  6. [FLINK-35195][table] Introduce MaterializedTableChange to support upd…

    …ate materialized table refresh status and RefreshHandler
    lsyldliu committed May 7, 2024
    Configuration menu
    Copy the full SHA
    564f324 View commit details
    Browse the repository at this point in the history
  7. [FLINK-35195][table] Introduce DropMaterializedTableOperation to supp…

    …ort drop materialized table
    lsyldliu committed May 7, 2024
    Configuration menu
    Copy the full SHA
    cb965df View commit details
    Browse the repository at this point in the history
  8. [FLINK-35195][table] Support execute CreateMaterializedTableOperation…

    … for continuous refresh mode in SqlGateway
    lsyldliu committed May 7, 2024
    Configuration menu
    Copy the full SHA
    bbd6842 View commit details
    Browse the repository at this point in the history