clintropolis commented on code in PR #15058: URL: https://github.com/apache/druid/pull/15058#discussion_r1351781509
########## docs/querying/sql-data-types.md: ########## @@ -152,14 +152,14 @@ values are treated as zeroes. This was the default prior to Druid 28.0.0. ## Boolean logic -The [`druid.expressions.useStrictBooleans`](../configuration/index.md#expression-processing-configurations) -runtime property controls Druid's boolean logic mode. For the most SQL compliant behavior, set this to `true` (the default). +By default, Druid uses [SQL three-valued logic](https://en.wikipedia.org/wiki/Three-valued_logic#SQL) for filter processing Review Comment: add link to here from filters.md -- 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]
