mirror of https://github.com/apache/druid.git
Update experimental features doc (#13452)
This commit is contained in:
parent
50963edcae
commit
291ded22d5
|
@ -26,7 +26,7 @@ The following features are marked [experimental](./experimental.md) in the Druid
|
|||
|
||||
This document includes each page that mentions an experimental feature. To graduate a feature, remove all mentions of its experimental status on all relevant pages.
|
||||
|
||||
Note that this document does not track the status of contrib extensions, some of which are experimental.
|
||||
Note that this document does not track the status of contrib extensions, all of which are considered experimental.
|
||||
|
||||
## SQL-based ingestion
|
||||
|
||||
|
@ -34,10 +34,6 @@ Note that this document does not track the status of contrib extensions, some of
|
|||
- [SQL-based ingestion concepts](../multi-stage-query/concepts.md)
|
||||
- [SQL-based ingestion and multi-stage query task API](../multi-stage-query/api.md)
|
||||
|
||||
## Nested columns
|
||||
|
||||
- [Nested columns](../querying/nested-columns.md)
|
||||
|
||||
## Indexer process
|
||||
|
||||
- [Indexer process](../design/indexer.md)
|
||||
|
@ -53,10 +49,6 @@ Note that this document does not track the status of contrib extensions, some of
|
|||
- [Task reference](../ingestion/tasks.md#locking)
|
||||
- [Design](../design/architecture.md#availability-and-consistency)
|
||||
|
||||
## Moments sketch
|
||||
|
||||
- [Aggregations](../querying/aggregations.md#moments-sketch-experimental)
|
||||
|
||||
## Front coding
|
||||
|
||||
- [Ingestion spec reference](../ingestion/ingestion-spec.md#front-coding)
|
||||
|
|
Loading…
Reference in New Issue