317brian commented on code in PR #13736: URL: https://github.com/apache/druid/pull/13736#discussion_r1097828646
########## docs/querying/sql-functions.md: ########## @@ -1357,6 +1357,13 @@ Truncates a numerical expression to a specific number of decimal digits. Parses `expr` into a `COMPLEX<json>` object. This operator deserializes JSON values when processing them, translating stringified JSON into a nested structure. If the input is not a `VARCHAR` or it is invalid JSON, this function will result in a `NULL` value. +## UNNEST Review Comment: Based on Clint's comment, I've removed it from the mvd page. -- 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]
