arrow icon indicating copy to clipboard operation
arrow copied to clipboard

[Doc][C++] Is arrow::dataset namespace still experimental ?

Open rouault opened this issue 1 year ago • 2 comments

Describe the enhancement requested

https://arrow.apache.org/docs/cpp/dataset.html has this warning "The arrow::dataset namespace is experimental, and a stable API is not yet guaranteed." . This was added 3 years ago per https://github.com/apache/arrow/commit/6f2e05d7e2bdd8f58adb96251bd07d744973e2c0 The GDAL Parquet driver has been using (part of) this API for 2 years now, and I don't recall any backward incompatible change in what we used, so it seems to me that this is fairly stable, and the warning could probably be dropped

Component(s)

C++, Documentation

rouault avatar May 11 '24 16:05 rouault

I would assume the warning can indeed be dropped (at least in general, there might still be some individual newer APIs that could be marked as experimental).

cc @westonpace

jorisvandenbossche avatar May 14 '24 08:05 jorisvandenbossche

+1, this API is no longer experimental

westonpace avatar May 14 '24 16:05 westonpace

take

llama90 avatar Jul 04 '24 12:07 llama90

Issue resolved by pull request 43148 https://github.com/apache/arrow/pull/43148

kou avatar Jul 05 '24 00:07 kou