This is an automated email from the ASF dual-hosted git repository.
victoria pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 8a4dabc431 docs: remove experimental from schema auto-discoery (#14759)
8a4dabc431 is described below
commit 8a4dabc431d6b588f6a67f9583af902b362778fe
Author: 317brian <[email protected]>
AuthorDate: Tue Aug 8 12:45:44 2023 -0700
docs: remove experimental from schema auto-discoery (#14759)
---
docs/ingestion/schema-design.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/ingestion/schema-design.md b/docs/ingestion/schema-design.md
index 6d385c7b60..060a9dc7ab 100644
--- a/docs/ingestion/schema-design.md
+++ b/docs/ingestion/schema-design.md
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]