Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <stdrc@outlook.com>
  • Loading branch information
stdrc committed Sep 23, 2024
1 parent 5a05bbe commit e84f109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/batch/benches/hash_agg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fn create_agg_call(
return_type: DataType,
) -> PbAggCall {
PbAggCall {
r#type: agg_kind.to_protobuf_simple() as i32,
r#type: agg_kind.to_protobuf() as i32,
args: args
.into_iter()
.map(|col_idx| PbInputRef {
Expand Down

0 comments on commit e84f109

Please sign in to comment.