forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix](partial update) Fix incorrect result when partial update includ…
…e delete sign columns (apache#46194) Currently, when a partial update load include delete sign columns, it will not read delete sign columns from historical data. This may result in incorrect result because it may read data from rows whose delete sign is 1.
- Loading branch information
Showing
13 changed files
with
408 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
...data/fault_injection_p0/partial_update/test_partial_update_with_delete_col_in_publish.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
-- This file is automatically generated. You should know what you did if you want to edit this | ||
-- !sql -- | ||
1 1 1 1 1 | ||
2 2 2 2 2 | ||
3 3 3 3 3 | ||
4 4 4 4 4 | ||
5 5 5 5 5 | ||
|
||
-- !sql -- | ||
1 1 1 987 987 | ||
2 \N \N 987 987 | ||
3 3 3 3 3 | ||
4 -1 -1 987 987 | ||
5 \N \N 987 987 | ||
|
Binary file modified
BIN
+3 Bytes
(100%)
...sion-test/data/unique_with_mow_c_p0/partial_update/test_partial_update_seq_col_delete.out
Binary file not shown.
Binary file modified
BIN
+14 Bytes
(100%)
...ion-test/data/unique_with_mow_c_p0/partial_update/test_partial_update_seq_type_delete.out
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.