ektravel commented on code in PR #14734:
URL: https://github.com/apache/druid/pull/14734#discussion_r1286222376


##########
docs/configuration/index.md:
##########
@@ -2271,8 +2271,8 @@ Supported query contexts:
 
 |Key|Description|Default|
 |---|-----------|-------|
-|`druid.expressions.useStrictBooleans`|Controls the behavior of Druid boolean 
operators and functions, if set to `true` all boolean values will be either a 
`1` or `0`. See [expression 
documentation](../querying/math-expr.md#logical-operator-modes)|false|
-|`druid.expressions.allowNestedArrays`|If enabled, Druid array expressions can 
create nested arrays.|false|
+|`druid.expressions.useStrictBooleans`|Controls the behavior of Druid boolean 
operators and functions, if set to `true` all boolean values will be either a 
`1` or `0`. See [expression 
documentation](../querying/math-expr.md#logical-operator-modes)|true|

Review Comment:
   ```suggestion
   |`druid.expressions.useStrictBooleans`|Controls the behavior of Druid 
boolean operators and functions. If enabled, all boolean values are either `1` 
or `0`. See [expression 
documentation](../querying/math-expr.md#logical-operator-modes) for more 
information.|true|
   ```



-- 
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]

Reply via email to