Commit 09aa654
committed
datalake: remove redundant copy of stats bounds
iobuf_to_bytes() takes its argument by const ref and copies into a fresh
bytes, so copying the bound first was an extra allocation and memcpy per
column on every file finish.1 parent 368ebad commit 09aa654
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments