Skip to content

Commit

Permalink
workaround sum bug
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Aug 5, 2024
1 parent 216b22e commit e3eb80f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ where
)
})?
.map_err(DataFusionError::from)?;
let state_values = state_values
.with_data_type(self.data_type.clone());

Ok(vec![Arc::new(state_values)])
}
Expand Down

0 comments on commit e3eb80f

Please sign in to comment.