We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d51ec commit 7e9d5a7Copy full SHA for 7e9d5a7
src/query/sql/src/planner/semantic/grouping_check.rs
@@ -56,7 +56,6 @@ impl<'a> GroupingChecker<'a> {
56
data_type: Box::new(column.scalar.data_type()?),
57
visibility: Visibility::Visible,
58
}
59
- .into()
60
};
61
62
if let Some(grouping_id) = &self.bind_context.aggregate_info.grouping_id_column {
0 commit comments