Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed May 8, 2024
1 parent a9fb43e commit 4801544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/arrow/acero/hash_join_node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ struct BloomFilterPushdownContext {
static constexpr auto kTempStackUsage =
Hashing32::kTempStackUsage +
(sizeof(uint32_t) + /*extra=*/1) * arrow::util::MiniBatch::kMiniBatchLength;

struct ThreadLocalData {
arrow::util::TempVectorStack stack;
};
Expand Down
1 change: 1 addition & 0 deletions cpp/src/arrow/acero/swiss_join.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2471,6 +2471,7 @@ Status JoinProbeProcessor::OnFinished() {
class SwissJoin : public HashJoinImpl {
public:
static constexpr auto kTempStackUsage = 64 * arrow::util::MiniBatch::kMiniBatchLength;

Status Init(QueryContext* ctx, JoinType join_type, size_t num_threads,
const HashJoinProjectionMaps* proj_map_left,
const HashJoinProjectionMaps* proj_map_right,
Expand Down

0 comments on commit 4801544

Please sign in to comment.