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

[improvement](mv) Catch exception when init sync materialized view context #37701 #37872

Merged
merged 2 commits into from
Jul 16, 2024

Commits on Jul 16, 2024

  1. [fix](nereids)mv selection should rule out shadow index from schema c…

    …hange (apache#37154)
    
    schema change would introduce a shadow index. MV selection should rule
    out the shadow index.
    starocean999 authored and seawinde committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    99e52d0 View commit details
    Browse the repository at this point in the history
  2. [improvement](mv) Catch exception when init sync materialized view co…

    …ntext (apache#37701)
    
    ## Proposed changes
    Init sync materialized view context happend after analyze, If fail would
    cause query or insert into fail.
    This is inacceptable, so catch the exception and recored the warn log.
    seawinde committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    382f8b9 View commit details
    Browse the repository at this point in the history