ektravel commented on code in PR #14734: URL: https://github.com/apache/druid/pull/14734#discussion_r1286270963
########## docs/querying/math-expr.md: ########## @@ -297,7 +297,7 @@ Supported features: * constants and identifiers are supported for any column type * `cast` is supported for numeric and string types * math operators: `+`,`-`,`*`,`/`,`%`,`^` are supported for numeric types -* logical operators: `!`, `&&`, `||`, are supported for string and numeric types (if `druid.expressions.useStrictBooleans=true`) +* logical operators: `!`, `&&`, `||`, are supported for string and numeric types (if `druid.expressions.useStrictBooleans=true`, the default) Review Comment: ```suggestion * logical operators: `!`, `&&`, `||`, are supported for string and numeric types by default ``` -- 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]
