oliviermeslin commented on code in PR #37709:
URL: https://github.com/apache/arrow/pull/37709#discussion_r1357384053


##########
cpp/src/arrow/acero/swiss_join_internal.h:
##########
@@ -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);

Review Comment:
   Thanks for your review! I think I adjusted my PR accordingly.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to