ektravel commented on code in PR #14734: URL: https://github.com/apache/druid/pull/14734#discussion_r1286270215
########## docs/ingestion/schema-design.md: ########## @@ -256,8 +256,8 @@ You can have Druid infer the schema and types for your data partially or fully b When performing type-aware schema discovery, Druid can discover all of the columns of your input data (that aren't in the exclusion list). Druid automatically chooses the most appropriate native Druid type among `STRING`, `LONG`, `DOUBLE`, `ARRAY<STRING>`, `ARRAY<LONG>`, `ARRAY<DOUBLE>`, or `COMPLEX<json>` for nested data. For input formats with -native boolean types, Druid ingests these values as strings if `druid.expressions.useStrictBooleans` is set to `false` -(the default), or longs if set to `true` (for more SQL compatible behavior). Array typed columns can be queried using +native boolean types, Druid ingests these values as longs if `druid.expressions.useStrictBooleans` is set to `true` +(the default), or strings if set to `false`. Array typed columns can be queried using Review Comment: ```suggestion (the default) or strings if set to `false`. Array typed columns can be queried using ``` -- 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]
