AlenkaF commented on code in PR #45998:
URL: https://github.com/apache/arrow/pull/45998#discussion_r2073309002
##########
python/pyarrow/includes/libarrow_fs.pxd:
##########
@@ -300,6 +300,80 @@ cdef extern from "arrow/filesystem/api.h" namespace
"arrow::fs" nogil:
const CIOContext& io_context,
int64_t chunk_size, c_bool use_threads)
+cdef extern from "arrow/filesystem/hdfs_io.h" namespace "arrow::io" nogil:
Review Comment:
No, most of them aren't and are copied from `libarrow.pxd`. I can remove the
unused ones - but am not sure if some external application can actually use
them?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]