From e84f109bd8f6dfd8b724c197132d7040e4fe53e7 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Mon, 23 Sep 2024 15:09:58 +0800 Subject: [PATCH] fix Signed-off-by: Richard Chien --- src/batch/benches/hash_agg.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/batch/benches/hash_agg.rs b/src/batch/benches/hash_agg.rs index fcad3b3c42c0..3c473bb65c5a 100644 --- a/src/batch/benches/hash_agg.rs +++ b/src/batch/benches/hash_agg.rs @@ -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 {