Skip to content

Commit

Permalink
Update cpp/src/arrow/compute/row/grouper.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Pitrou <pitrou@free.fr>
  • Loading branch information
zanmato1984 and pitrou authored Sep 12, 2024
1 parent 2233274 commit ffc2e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/row/grouper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ struct SimpleKeySegmenter : public BaseRowSegmenter {
}

bool Extend(const void* data) {
if ARROW_PREDICT_FALSE (!extend_was_called_) {
if (ARROW_PREDICT_FALSE(!extend_was_called_)) {
extend_was_called_ = true;
return kDefaultExtends;
}
Expand Down

0 comments on commit ffc2e85

Please sign in to comment.