You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Adam Lippai (Jira)" <ji...@apache.org> on 2021/04/24 10:31:00 UTC

[jira] [Created] (ARROW-12526) Pre-generate pyarrow.compute members

Adam Lippai created ARROW-12526:
-----------------------------------

             Summary: Pre-generate  pyarrow.compute members
                 Key: ARROW-12526
                 URL: https://issues.apache.org/jira/browse/ARROW-12526
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
    Affects Versions: 4.0.0
            Reporter: Adam Lippai
             Fix For: 5.0.0


Static analysis tools (e.g. pylint) don't recognize simple members like pyarrow.compute.equal, they report is as _missing_. Generating file (well a file imported by this file I assume) [https://github.com/apache/arrow/blob/master/python/pyarrow/compute.py] instead of runtime wrapping of the functions would improve the developer experience.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)