zanmato1984 commented on code in PR #43832:
URL: https://github.com/apache/arrow/pull/43832#discussion_r1848637741
##########
cpp/src/arrow/acero/swiss_join_avx2.cc:
##########
@@ -194,17 +202,19 @@ int RowArrayAccessor::Visit_avx2(const RowTableImpl&
rows, int column_id, int nu
//
const uint8_t* row_ptr_base = rows.data(2);
const RowTableImpl::offset_type* row_offsets = rows.offsets();
+ auto row_offsets_i64 =
+ reinterpret_cast<const
arrow::util::int64_for_gather_t*>(row_offsets);
for (int i = 0; i < num_rows / unroll; ++i) {
Review Comment:
Done.
--
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]