You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kevin Crouse (Jira)" <ji...@apache.org> on 2022/06/02 03:00:00 UTC

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

    [ https://issues.apache.org/jira/browse/ARROW-12526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545247#comment-17545247 ] 

Kevin Crouse commented on ARROW-12526:
--------------------------------------

I haven't seen any comments on the PR or here, so maybe they didn't get auto-linked? If so, sorry - I've used Jira in the past with Bitbucket but not Github.

The PR is here:

https://github.com/apache/arrow/pull/13126

> [Python] Pre-generate  pyarrow.compute members
> ----------------------------------------------
>
>                 Key: ARROW-12526
>                 URL: https://issues.apache.org/jira/browse/ARROW-12526
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>    Affects Versions: 4.0.0
>            Reporter: Adam Lippai
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 9.0.0
>
>         Attachments: compute.py
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> 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.20.7#820007)