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

[Cherry-Pick-2.3][FixBug] Fix lose of meta data bug after alter routine load (#6937) #7069

Merged

Commits on Jun 10, 2022

  1. [FixBug] Fix lose of meta data bug after alter routine load (StarRock…

    …s#6937)
    
    When routine load serializes the load properties(columns/rows separator, column list, partitions, where filter), it stores the sql statement, and get the load properties by parsing the sql for deserialization. But after alter routine load is done, it will only keep the alter statement, this will cause the loss of metadata. We should merge the alter sql with the origin create sql to retain all load properties.
    gengjun-git committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    61112a1 View commit details
    Browse the repository at this point in the history