We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c32512 commit 281b51aCopy full SHA for 281b51a
python/pyarrow/includes/libarrow_fs.pxd
@@ -303,17 +303,12 @@ cdef extern from "arrow/filesystem/api.h" namespace "arrow::fs" nogil:
303
304
CStatus HaveLibHdfs()
305
306
- cdef enum HdfsDriver" arrow::io::HdfsDriver":
307
- HdfsDriver_LIBHDFS" arrow::io::HdfsDriver::LIBHDFS"
308
- HdfsDriver_LIBHDFS3" arrow::io::HdfsDriver::LIBHDFS3"
309
-
310
cdef cppclass HdfsConnectionConfig:
311
c_string host
312
int port
313
c_string user
314
c_string kerb_ticket
315
unordered_map[c_string, c_string] extra_conf
316
- HdfsDriver driver
317
318
# Callbacks for implementing Python filesystems
319
# Use typedef to emulate syntax for std::function<void(..)>
0 commit comments