File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
rust/cubeorchestrator/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2186,7 +2186,7 @@ mod tests {
21862186 & QueryResult {
21872187 columns : vec ! [ ] ,
21882188 rows : vec ! [ ] ,
2189- columns_pos : HashMap :: new ( ) ,
2189+ columns_pos : IndexMap :: new ( ) ,
21902190 } ,
21912191 alias_to_member_name_map,
21922192 annotation,
@@ -2247,7 +2247,7 @@ mod tests {
22472247 & QueryResult {
22482248 columns : vec ! [ ] ,
22492249 rows : vec ! [ ] ,
2250- columns_pos : HashMap :: new ( ) ,
2250+ columns_pos : IndexMap :: new ( ) ,
22512251 } ,
22522252 alias_to_member_name_map,
22532253 annotation,
@@ -2319,7 +2319,7 @@ mod tests {
23192319 & QueryResult {
23202320 columns : vec ! [ ] ,
23212321 rows : vec ! [ ] ,
2322- columns_pos : HashMap :: new ( ) ,
2322+ columns_pos : IndexMap :: new ( ) ,
23232323 } ,
23242324 alias_to_member_name_map,
23252325 annotation,
You can’t perform that action at this time.
0 commit comments