Skip to content

Commit 8cb4ee3

Browse files
authored
Merge branch 'main' into bump-deps
2 parents cbcc31e + cbfb22c commit 8cb4ee3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/query/sql/src/executor/format.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,10 @@ fn aggregate_expand_to_format_tree(
309309
column_name
310310
}
311311
ColumnEntry::DerivedColumn(DerivedColumn { alias, .. }) => alias,
312+
ColumnEntry::InternalColumn(TableInternalColumn {
313+
internal_column,
314+
..
315+
}) => internal_column.column_name().to_string(),
312316
}
313317
})
314318
.collect::<Vec<_>>()

0 commit comments

Comments
 (0)