Skip to content

Commit

Permalink
Mis-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Feb 9, 2024
1 parent 577a8a0 commit 7ab57ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/light_array.cc
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ Status ExecBatchBuilder::AppendSelected(const std::shared_ptr<ArrayData>& source
}
sum = new_sum_maybe_overflow;
}
offsets[num_rows_before + num_rows_to_append] = static_cast<int32_t>(sum);
offsets[num_rows_before + num_rows_to_append] = sum;

// Step 2: resize output buffers
//
Expand Down
1 change: 0 additions & 1 deletion cpp/src/arrow/compute/light_array_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <gtest/gtest.h>
#include <numeric>

#include "arrow/array/builder_binary.h"
#include "arrow/testing/generator.h"
#include "arrow/testing/gtest_util.h"
#include "arrow/type.h"
Expand Down

0 comments on commit 7ab57ea

Please sign in to comment.