Skip to content

Commit

Permalink
Improve comment in cpp/src/arrow/acero/exec_plan.h
Browse files Browse the repository at this point in the history
Co-authored-by: Weston Pace <[email protected]>
  • Loading branch information
EnricoMi and westonpace authored Jan 22, 2025
1 parent af38189 commit 384dd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/acero/exec_plan.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class ARROW_ACERO_EXPORT ExecNode {
/// checks rows are in a given order and turns the implicit input ordering into an
/// explicit ordering. Any out-of-order row will fail the assertion.
///
/// Finally, as described above, such as a hash-join or aggregation may
/// Finally, as described above, nodes such as a hash-join or aggregation may
/// destroy ordering (although these nodes could also choose to establish a
/// new ordering based on the hash keys).
///
Expand Down

0 comments on commit 384dd07

Please sign in to comment.