Commit e5fb84a
authored
[benches/row_format] fix typo in array lengths (#7572)
# Which issue does this PR close?
For some reason, some of the benchmarks create arrays of length `40960`
.... that looks like a 0 too much to me =)
# What changes are included in this PR?
Changes 40960 to 4096 for some of the row_format benches
# Are there any user-facing changes?
No.1 parent b10567f commit e5fb84a
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
| 112 | + | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments