Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Feb 9, 2024
1 parent 1f046d3 commit c11cf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/row/encode_internal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ void EncoderBinaryPair::Decode(uint32_t start_row, uint32_t num_rows,
}
#endif
if (num_processed < num_rows) {
using DecodeImp_t = void (*)(uint32_t, uint32_t, uint32_t, uint32_t,
using DecodeImp_t = void (*)(uint32_t, uint32_t, uint32_t, int32_t,
const RowTableImpl&, KeyColumnArray*, KeyColumnArray*);
static const DecodeImp_t DecodeImp_fn[] = {
DecodeImp<false, uint8_t, uint8_t>, DecodeImp<false, uint16_t, uint8_t>,
Expand Down

0 comments on commit c11cf55

Please sign in to comment.