You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Phillip Cloud (JIRA)" <ji...@apache.org> on 2018/01/24 23:52:00 UTC

[jira] [Updated] (ARROW-2030) NativeFile's Attributes are not exposed in child classes without explicit initialization

     [ https://issues.apache.org/jira/browse/ARROW-2030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phillip Cloud updated ARROW-2030:
---------------------------------
    Description: 
This shows up in calling {{self._assert_readable() }}which tries to read from a property that isn't exposed in child classes.

This is one of those parts of Cython that's fairly easy to trip over since its {{cdef}} classes don't work like Python classes.

  was:
This shows up in calling `self._assert_readable()` which tries to read from a property that isn't exposed in child classes.

This is one of those parts of Cython that's fairly easy to trip over since its {{cdef}} classes don't work like Python classes.


> NativeFile's Attributes are not exposed in child classes without explicit initialization
> ----------------------------------------------------------------------------------------
>
>                 Key: ARROW-2030
>                 URL: https://issues.apache.org/jira/browse/ARROW-2030
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.8.0
>            Reporter: Phillip Cloud
>            Assignee: Phillip Cloud
>            Priority: Major
>
> This shows up in calling {{self._assert_readable() }}which tries to read from a property that isn't exposed in child classes.
> This is one of those parts of Cython that's fairly easy to trip over since its {{cdef}} classes don't work like Python classes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)