Skip to content

Commit 7e9d5a7

Browse files
committed
fix
1 parent 56d51ec commit 7e9d5a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/query/sql/src/planner/semantic/grouping_check.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ impl<'a> GroupingChecker<'a> {
5656
data_type: Box::new(column.scalar.data_type()?),
5757
visibility: Visibility::Visible,
5858
}
59-
.into()
6059
};
6160

6261
if let Some(grouping_id) = &self.bind_context.aggregate_info.grouping_id_column {

0 commit comments

Comments
 (0)