Skip to content

Instantly share code, notes, and snippets.

@pitrou
Created January 29, 2019 09:41
Show Gist options
  • Save pitrou/1ee2e1b04543cddead11a146938d9e80 to your computer and use it in GitHub Desktop.
Save pitrou/1ee2e1b04543cddead11a146938d9e80 to your computer and use it in GitHub Desktop.
diff --git a/python/pyarrow/io-hdfs.pxi b/python/pyarrow/io-hdfs.pxi
index d93bd790..e9655e4a 100644
--- a/python/pyarrow/io-hdfs.pxi
+++ b/python/pyarrow/io-hdfs.pxi
@@ -59,10 +59,10 @@ cdef class HadoopFileSystem:
cdef readonly:
bint is_open
- str host
- str user
- str kerb_ticket
- str driver
+ object host
+ object user
+ object kerb_ticket
+ object driver
int port
dict extra_conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment