gianm commented on code in PR #15058: URL: https://github.com/apache/druid/pull/15058#discussion_r1356025174
########## docs/querying/filters.md: ########## @@ -33,6 +33,8 @@ sidebar_label: "Filters" A filter is a JSON object indicating which rows of data should be included in the computation for a query. It’s essentially the equivalent of the WHERE clause in SQL. Filters are commonly applied on dimensions, but can be applied on aggregated metrics, for example, see [Filtered aggregator](./aggregations.md#filtered-aggregator) and [Having filters](./having.md). +By default, Druid uses SQL compatible three-value logic when filters, see [boolean logic](./sql-data-types.md#boolean-logic) for more details. Review Comment: ```suggestion By default, Druid uses SQL compatible three-value logic when filtering. See [Boolean logic](./sql-data-types.md#boolean-logic) for more details. ``` -- 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]
