Skip to content

Commit 281b51a

Browse files
committed
Remove HdfsDriver from PyArrow Cython file
1 parent 3c32512 commit 281b51a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

python/pyarrow/includes/libarrow_fs.pxd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -303,17 +303,12 @@ cdef extern from "arrow/filesystem/api.h" namespace "arrow::fs" nogil:
303303

304304
CStatus HaveLibHdfs()
305305

306-
cdef enum HdfsDriver" arrow::io::HdfsDriver":
307-
HdfsDriver_LIBHDFS" arrow::io::HdfsDriver::LIBHDFS"
308-
HdfsDriver_LIBHDFS3" arrow::io::HdfsDriver::LIBHDFS3"
309-
310306
cdef cppclass HdfsConnectionConfig:
311307
c_string host
312308
int port
313309
c_string user
314310
c_string kerb_ticket
315311
unordered_map[c_string, c_string] extra_conf
316-
HdfsDriver driver
317312

318313
# Callbacks for implementing Python filesystems
319314
# Use typedef to emulate syntax for std::function<void(..)>

0 commit comments

Comments
 (0)