Is pyarrow.dataset still unstable? #50797
Replies: 2 comments
|
I don't have the historical context but the docstring message appears on several files: The original one is from 7 years ago. Given this is not part of the documentation and only a docstring file comment it probably is just a stray comment. At this point if we modify the API it would probably go over a Deprecation warning as we do with other APIs. I'd create an issue and submit a PR removing the docstring, we can ping a couple more people to validate on the review. |
|
I am not maintainer but I believe pyarrow dataset relies on C++ dataset that relies on Acero which is experimental and sadly feels abandoned. |
Uh oh!
There was an error while loading. Please reload this page.
The docstring of
python/pyarrow/dataset.pysays, "Dataset is currently unstable. APIs subject to change without notice." However, the documentation has already removed the warning that it is experimental since version 12.0. Is the docstring still up to date?All reactions