zhannngchen opened a new pull request, #32574: URL: https://github.com/apache/doris/pull/32574
## Proposed changes Issue Number: close #xxx In the current implementation of partial column update, in order to improve the efficiency of the load job, for rows with delete sign, will automatically ignore the missing columns of the data complement, but when the table has sequence columns, the sequence columns are required to complement. If a row is written with a delete sign, but the sequence columns are not filled in, the merge-on-read policy compaction will result in incorrect data. ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org