Skip to content

Commit

Permalink
fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachelint committed Aug 29, 2024
1 parent 4426307 commit 886bb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-plan/src/aggregates/row_hash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ struct SpillState {
// ========================================================================
// STATES:
// Fields changes during execution. Can be buffer, or state flags that
// influence the exeuction in parent `GroupedHashAggregateStream`
// influence the execution in parent `GroupedHashAggregateStream`
// ========================================================================
/// If data has previously been spilled, the locations of the
/// spill files (in Arrow IPC format)
Expand Down

0 comments on commit 886bb20

Please sign in to comment.