mirror of https://github.com/apache/druid.git
docs: remove experimental from schema auto-discoery (#14759)
This commit is contained in:
parent
660e6cfa01
commit
8a4dabc431
|
@ -244,7 +244,7 @@ You should query for the number of ingested rows with:
|
|||
|
||||
Druid can infer the schema for your data in one of two ways:
|
||||
|
||||
- [Type-aware schema discovery (experimental)](#type-aware-schema-discovery) where Druid infers the schema and type for your data. Type-aware schema discovery is an experimental feature currently available for native batch and streaming ingestion.
|
||||
- [Type-aware schema discovery](#type-aware-schema-discovery) where Druid infers the schema and type for your data. Type-aware schema discovery is available for native batch and streaming ingestion.
|
||||
- [String-based schema discovery](#string-based-schema-discovery) where all the discovered columns are typed as either native string or multi-value string columns.
|
||||
|
||||
#### Type-aware schema discovery
|
||||
|
|
Loading…
Reference in New Issue