github-actions[bot] commented on code in PR #17814: URL: https://github.com/apache/doris/pull/17814#discussion_r1136604773
########## be/src/vec/common/aggregation_common.h: ########## @@ -106,6 +106,13 @@ T pack_fixed(size_t i, size_t keys_size, const ColumnRawPtrs& key_columns, const } } + // For fixed-length string + if (const auto* str_col = check_and_get_column<const ColumnString>(*column)) { Review Comment: warning: unknown type name 'ColumnString' [clang-diagnostic-error] ```cpp if (const auto* str_col = check_and_get_column<const ColumnString>(*column)) { ^ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org