robsdedude commented on issue #50123:
URL: https://github.com/apache/arrow/issues/50123#issuecomment-4646610766

   # Reproducer
   
   1. Create `foo.py`
       ```python
      import pyarrow.compute
      
      pyarrow.compute.count(...)
      ```
   2. Install mypy and pyarrow: `pip install pyarrow==24.0.0 mypy==2.1.0`
   3. Run `mypy`
      ```
      $ mypy foo.py
      foo.py:3: error: Module has no attribute "count"  [attr-defined]
      Found 1 error in 1 file (checked 1 source file)
      ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to