Skip to content

Commit

Permalink
apacheGH-41623: [Docs] Remove the warning for arrow::dataset (apach…
Browse files Browse the repository at this point in the history
…e#43148)

### Rationale for this change

According to the discussion in [41623](apache#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: apache#41623

Authored-by: Hyunseok Seo <hsseo0501@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
llama90 committed Jul 5, 2024
1 parent 9768c96 commit 3bb988e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/source/cpp/dataset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 3bb988e

Please sign in to comment.