adonis0147 commented on code in PR #12097: URL: https://github.com/apache/doris/pull/12097#discussion_r955750710
########## docs/en/docs/sql-manual/sql-reference/Data-Types/ARRAY.md: ########## @@ -40,7 +40,13 @@ DATETIME, CHAR, VARCHAR, STRING ``` ### notice -We should add config `enable_array_type=true` inside fe.conf before use ARRAY +We should turn on ARRAY switch with the following command before use: Review Comment: ```suggestion We should turn on the switch for the ARRAY types feature with the following command before use: ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
