diff --git a/python/pyarrow/_dataset.pxd b/python/pyarrow/_dataset.pxd index 8e5501fa16f..a512477d501 100644 --- a/python/pyarrow/_dataset.pxd +++ b/python/pyarrow/_dataset.pxd @@ -161,4 +161,4 @@ cdef class WrittenFile(_Weakrefable): # the written file. cdef public object metadata # The size of the file in bytes - cdef public int size + cdef public int64_t size