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

[branch-2.1](cherry-pick) partial update should not read old fileds from rows with delete sign (#36210) #36755

Merged
merged 2 commits into from
Jun 24, 2024

Commits on Jun 24, 2024

  1. [fix](partial update) partial update should not read old fileds from …

    …rows with delete sign (apache#36210)
    
    Issue Number: close apache#34296
    
    1. When partial update filling in the missing fields, if a load job
    previously wrote data with a delete sign, it will also read out the data
    in the column with the delete sign, so that the newly written data will
    also become invisible
    2. This problem was fixed in apache#24877, but was introduced again in apache#26721,
    and was never found because the case was changed to the wrong output in
    3. The fix in apache#24877 didn't take into account the handling of concurrent
    conflicts in the publish phase, the current PR adds this part of the
    handling, and adds the corresponding case.
    zhannngchen committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    31b579b View commit details
    Browse the repository at this point in the history
  2. fix compile

    zhannngchen committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    971b841 View commit details
    Browse the repository at this point in the history