317brian commented on code in PR #17740: URL: https://github.com/apache/druid/pull/17740#discussion_r1990201240
########## docs/release-info/migr-mvd-array.md: ########## @@ -34,7 +34,7 @@ For specific query differences between arrays and MVDs, see [Querying arrays and | | Array| MVD | |---|---|---| -| Data types | Supports VARCHAR, BIGINT, and DOUBLE types (ARRAY<STRING\>, ARRAY<LONG\>, ARRAY<DOUBLE\>) | Only supports arrays of strings (VARCHAR) | +| Data types | Supports VARCHAR, BIGINT, and DOUBLE types (Array\<String\>, ARRAY\<LONG\>, ARRAY\<DOUBLE\>) | Only supports arrays of strings (VARCHAR) | Review Comment: ```suggestion | Data types | Supports VARCHAR, BIGINT, and DOUBLE types (Array<String\>, ARRAY<LONG\>, ARRAY<DOUBLE\>) | Only supports arrays of strings (VARCHAR) | ``` -- 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]
