Skip to content

Commit

Permalink
Add the new argument to swiss_join_internal.h
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviermeslin authored Oct 5, 2023
1 parent 8bb1ee9 commit 80cd210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/acero/swiss_join_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class RowArrayMerge {
//
static Status PrepareForMerge(RowArray* target, const std::vector<RowArray*>& sources,
std::vector<int64_t>* first_target_row_id,
MemoryPool* pool);
MemoryPool* pool, bool check_key_size);

// Copy rows from source array to target array.
// Both arrays must have the same row metadata.
Expand Down

0 comments on commit 80cd210

Please sign in to comment.