Revert "Revert "Revert "Removing Pyarrow dependency (#7146)" (#7209) (#7214)" (#7232)

This commit is contained in:
Simon Mo
2020-02-19 13:35:29 -08:00
committed by GitHub
parent d537e9f0d8
commit 7bef7031c2
20 changed files with 378 additions and 149 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ cdef class Buffer:
"""Cython wrapper class of C++ `ray::Buffer`.
This class implements the Python 'buffer protocol', which allows
us to use it for calls into Python libraries without having to
copy the data.
us to use it for calls into pyarrow (and other Python libraries
down the line) without having to copy the data.
See https://docs.python.org/3/c-api/buffer.html for details.
"""