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

data schema changes may prevent state decoding #30830

Merged
merged 1 commit into from Apr 14, 2022

Commits on Apr 11, 2022

  1. data schema changes may prevent state decoding

    Data sources do not have state migrations, so there may be no way to
    decode the prior state when faced with incompatible type changes.
    
    Because prior state is only informational to the plan, and its existence
    should not effect the planning process, we can skip decoding when faced
    with errors.
    jbardin committed Apr 11, 2022
    Copy the full SHA
    01628f0 View commit details
    Browse the repository at this point in the history