[fix](hierarchical-storage) Fix bug that storage medium property change back to SSD (#9158)

1. fix bug described in #9159
2. fix a `fill_tuple` bug introduced from #9173
This commit is contained in:
Mingyu Chen
2022-04-26 10:15:19 +08:00
committed by GitHub
parent 62b38d7a75
commit 7cfebd05fd
25 changed files with 96 additions and 247 deletions

View File

@ -1,5 +1,5 @@
-- This file is automatically generated. You should know what you did if you want to edit this
-- !explode_json_array --
-- !explode_json_array1 --
100 John 30 1 Street 1 40 30
100 John 30 1 Street 1 80 30
100 John 30 1 Street 1 40 60
@ -17,17 +17,17 @@
400 Dan 50 4 Street 4 40 60
400 Dan 50 4 Street 4 80 60
-- !explode_json_array --
-- !explode_json_array2 --
30 8
60 8
-- !explode_json_array --
-- !explode_json_array3 --
100 John 30 1 Street 1 \N
200 Mary \N 1 Street 2 \N
300 Mike 80 3 Street 3 \N
400 Dan 50 4 Street 4 \N
-- !explode_json_array --
-- !explode_json_array4 --
100 John 30 1 Street 1 1.23 1
100 John 30 1 Street 1 22.214 1
100 John 30 1 Street 1 214.1 1
@ -65,7 +65,7 @@
400 Dan 50 4 Street 4 22.214 b
400 Dan 50 4 Street 4 214.1 b
-- !outer_join_explode_json_array --
-- !outer_join_explode_json_array5 --
\N \N 1
\N \N 3
\N \N b
@ -79,10 +79,10 @@
\N 80 3
\N 80 b
-- !explode_json_array --
-- !explode_json_array6 --
true
-- !explode_json_array --
-- !explode_json_array7 --
100 John 30 1 Street 1 40 30
100 John 30 1 Street 1 80 30
100 John 30 1 Street 1 40 60
@ -100,17 +100,13 @@ true
400 Dan 50 4 Street 4 40 60
400 Dan 50 4 Street 4 80 60
-- !explode_json_array --
-- !explode_json_array8 --
30 8
60 8
-- !explode_json_array --
100 John 30 1 Street 1 \N
200 Mary \N 1 Street 2 \N
300 Mike 80 3 Street 3 \N
400 Dan 50 4 Street 4 \N
-- !explode_json_array9 --
-- !explode_json_array --
-- !explode_json_array10 --
100 John 30 1 Street 1 1.23 1
100 John 30 1 Street 1 22.214 1
100 John 30 1 Street 1 214.1 1