Commit 8833253
authored
fix: map benchmark failing (#18469)
## Which issue does this PR close?
- map benchmark failing #18454
## Rationale for this change
- Map expects list, large_list or fixed_size_list but Scalar type is
provided
## What changes are included in this PR?
- Change the types to the types of keys and values
## Are these changes tested?
- Previously failing tests pass
## Are there any user-facing changes?
N/A1 parent e4f2b49 commit 8833253
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments