Uh oh!
There was an error while loading. Please reload this page.
ARROW-18437: [C++][Parquet] Fix encoder for DELTA_BINARY_PACKED when flushing more than once - #14959
Conversation
Uh oh!
There was an error while loading. Please reload this page.
mapleFU
commented
Dec 17, 2022
@wjones127@pitrou@rok Mind take a took? I don't want to modify testing for a lot, so a just add a |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
mapleFU
commented
Dec 19, 2022
Resolved now, thanks @rok |
mapleFU
commented
Dec 20, 2022
@pitrou Mind take a look? |
ee0d29f to
aca32f1ComparemapleFU
commented
Dec 22, 2022
Retrigger CI, seems the macos error is not caused by me |
mapleFU
commented
Dec 22, 2022
@pitrou can we merge this patch? |
pitrou
commented
Dec 22, 2022
@rok Can you give this a final look and merge if ok? |
rok
commented
Dec 22, 2022
Merged. Thanks for noticing and fixing this @mapleFU ! |
ursabot
commented
Dec 23, 2022
Benchmark runs are scheduled for baseline = 053080d and contender = ff10020. ff10020 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
ursabot
commented
Dec 23, 2022
['Python', 'R'] benchmarks have high level of regressions. |
…flushing more than once (apache#14959) When flush more than one block, `DELTA_BINARY_PACKED` will be corrupt, because it didn't reset the context after flush. I'll add some tests this weekend. Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: Rok Mihevc <rok@mihevc.org>
When flush more than one block,
DELTA_BINARY_PACKEDwill be corrupt, because it didn't reset the context after flush.I'll add some tests this weekend.