clintropolis commented on code in PR #12922: URL: https://github.com/apache/druid/pull/12922#discussion_r949823174
########## docs/querying/sql-data-types.md: ########## @@ -33,7 +33,7 @@ Columns in Druid are associated with a specific data type. This topic describes Druid natively supports five basic column types: "long" (64 bit signed int), "float" (32 bit float), "double" (64 bit float) "string" (UTF-8 encoded strings and string arrays), and "complex" (catch-all for more exotic data types like -hyperUnique and approxHistogram columns). +json, hyperUnique, and approxHistogram columns). Review Comment: not really sure, i felt compelled to add json because i talk about it later on -- 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]
