Commit a13a0ed
authored
Avoid redundant chunk execution in pack_struct_chunks (#6682)
`pack_struct_chunks` was calling `execute::<StructArray>` once per field
per chunk, when each chunk only needs to be decoded once.
Signed-off-by: Baris Palaska <barispalaska@gmail.com>1 parent 6c7cd94 commit a13a0ed
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
74 | 79 | | |
75 | 80 | | |
76 | | - | |
77 | | - | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
| |||
0 commit comments