Phillip Cloud created ARROW-2030: ------------------------------------ Summary: 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
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)