amorynan commented on code in PR #17330: URL: https://github.com/apache/doris/pull/17330#discussion_r1123955452
########## be/src/vec/columns/column_array.h: ########## @@ -29,6 +29,13 @@ namespace doris::vectorized { +/** Obtaining array as Field can be slow for large arrays and consume vast amount of memory. + * Just don't allow to do it. + * You can increase the limit if the following query: + * SELECT range(10000000) Review Comment: I use max_array_size_as_field for single entry size for map -- 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