clintropolis commented on code in PR #14792:
URL: https://github.com/apache/druid/pull/14792#discussion_r1297906591


##########
docs/ingestion/schema-design.md:
##########
@@ -261,7 +261,7 @@ native boolean types, Druid ingests these values as strings 
if `druid.expression
 the [array functions](../querying/sql-array-functions.md) or 
[UNNEST](../querying/sql-functions.md#unnest). Nested
 columns can be queried with the [JSON 
functions](../querying/sql-json-functions.md).
 
-We also highly recommend setting `druid.generic.useDefaultValueForNull=false` 
when using these columns since it also enables out of the box `ARRAY` type 
filtering. If not set to `false`, setting `sqlUseBoundsAndSelectors` to `false` 
on the [SQL query context](../querying/sql-query-context.md) can enable `ARRAY` 
filtering instead.
+We also highly recommend setting `druid.generic.useDefaultValueForNull=false` 
(the default) when using these columns since it also enables out of the box 
`ARRAY` type filtering. If not set to `false`, setting 
`sqlUseBoundsAndSelectors` to `false` on the [SQL query 
context](../querying/sql-query-context.md) can enable `ARRAY` filtering instead.

Review Comment:
   anyway, yeah i can just remove mention of it i suppose, but it is documented 
at least



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