amorynan commented on code in PR #17024: URL: https://github.com/apache/doris/pull/17024#discussion_r1127758176
########## be/src/vec/utils/template_helpers.hpp: ########## @@ -65,6 +66,7 @@ #define TYPE_TO_COLUMN_TYPE(M) \ TYPE_TO_BASIC_COLUMN_TYPE(M) \ + M(Array, ColumnArray) \ Review Comment: Array may is complex type ? and please add struct / map type -- 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