This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 3bb988e14f GH-41623: [Docs] Remove the warning for `arrow::dataset`
(#43148)
3bb988e14f is described below
commit 3bb988e14fc4635391229696c87aae8f7ddcfa16
Author: Hyunseok Seo <[email protected]>
AuthorDate: Fri Jul 5 09:17:34 2024 +0900
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 <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
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 a64b73b61c..79a731cd35 100644
--- a/docs/source/cpp/dataset.rst
+++ b/docs/source/cpp/dataset.rst
@@ -27,11 +27,6 @@ Tabular Datasets
.. seealso::
:doc:`Dataset API reference <api/dataset>`
-.. 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: