From 3bb988e14fc4635391229696c87aae8f7ddcfa16 Mon Sep 17 00:00:00 2001 From: Hyunseok Seo Date: Fri, 5 Jul 2024 09:17:34 +0900 Subject: [PATCH] GH-41623: [Docs] Remove the warning for `arrow::dataset` (#43148) ### Rationale for this change According to the discussion in [41623](https://github.com/apache/arrow/issues/41623), the warning message indicating that the `arrow::dataset` is experimental is no longer necessary. ### What changes are included in this PR? Remove warning message ### Are these changes tested? Yes. I have verified the changes by building the documentation. ### Are there any user-facing changes? Yes. the updated documentation will be visible to users. * GitHub Issue: #41623 Authored-by: Hyunseok Seo Signed-off-by: Sutou Kouhei --- docs/source/cpp/dataset.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/source/cpp/dataset.rst b/docs/source/cpp/dataset.rst index a64b73b61c05d..79a731cd358cd 100644 --- a/docs/source/cpp/dataset.rst +++ b/docs/source/cpp/dataset.rst @@ -27,11 +27,6 @@ Tabular Datasets .. seealso:: :doc:`Dataset API reference ` -.. warning:: - - The ``arrow::dataset`` namespace is experimental, and a stable API - is not yet guaranteed. - The Arrow Datasets library provides functionality to efficiently work with tabular, potentially larger than memory, and multi-file datasets. This includes: