Skip to content

Commit

Permalink
add ticket referece
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jul 6, 2023
1 parent b137df6 commit 1d3185c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/core/src/physical_plan/aggregates/row_hash2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ impl GroupedHashAggregateStream2 {
allocated: &mut usize,
) -> Result<()> {
// Convert the group keys into the row format
// Avoid reallocation when https://github.com/apache/arrow-rs/issues/4479 is available
let group_rows = self.row_converter.convert_columns(group_values)?;
let n_rows = group_rows.num_rows();

Expand Down

0 comments on commit 1d3185c

Please sign in to comment.