Skip to content

Commit

Permalink
fix alter table attach partition corrupted test
Browse files Browse the repository at this point in the history
  • Loading branch information
alsugiliazova committed Jan 11, 2024
1 parent ece9759 commit d5555fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alter/table/attach_partition/corrupted_partitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

after_attach = {"1_1_1_0": "1_4_4_0", "1_2_2_0": "1_5_5_0", "1_3_3_0": "1_6_6_0"}
after_attach_detached = {
"1_1_1_0": "1_6_6_0",
"1_1_1_0": "1_4_4_0",
"1_2_2_0": "1_5_5_0",
"1_3_3_0": "1_4_4_0",
"1_3_3_0": "1_6_6_0",
}


Expand Down

0 comments on commit d5555fd

Please sign in to comment.