[CI] Remove all __getattr__(name) -> Any from *.pyi files before next release
Open
Component: Python
Type: enhancement
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
### Describe the enhancement requested
`__getattr__(name) -> Any from pyarrow/__init__.pyi` will annotate even non-existing attributes with `Any` which is not desirable.
[See here](https://github.com/apache/arrow/pull/48618#discussion_r2720997888)
### Component(s)
Python
Contributor guide
Assessment
This issue has not been assessed yet.