Skip to content

Commit cbfb22c

Browse files
authored
Merge pull request #10590 from RinChanNOWWW/fix
chore: fix compile error.
2 parents 251cd2f + ec52ec9 commit cbfb22c

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)