pitrou commented on a change in pull request #7156:
URL: https://github.com/apache/arrow/pull/7156#discussion_r426729206



##########
File path: python/pyarrow/includes/libarrow_dataset.pxd
##########
@@ -194,7 +194,11 @@ cdef extern from "arrow/dataset/api.h" namespace 
"arrow::dataset" nogil:
         const c_string& path() const
         const shared_ptr[CFileSystem]& filesystem() const
         const shared_ptr[CBuffer]& buffer() const
-        CFileSource(c_string path, shared_ptr[CFileSystem] filesystem)
+        # HACK: Cython can't handle all the overloads so don't declare them.

Review comment:
       Even without a minimal reproducer, if you just post the relevant 
snippets in a bug report (declarations then point of use), it may be enough for 
the Cython team to understand and fix the issue.




----------------------------------------------------------------
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.

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


Reply via email to