From 291ded22d5510148b39b113e7d0a492ba905d787 Mon Sep 17 00:00:00 2001 From: Jill Osborne Date: Wed, 30 Nov 2022 10:44:43 +0000 Subject: [PATCH] Update experimental features doc (#13452) --- docs/development/experimental-features.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/development/experimental-features.md b/docs/development/experimental-features.md index a68fc47411a..30d8c2f77c2 100644 --- a/docs/development/experimental-features.md +++ b/docs/development/experimental-features.md @@ -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)