mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 00:44:50 +08:00
247a4d022a
* ensure data_ won't be null_ptr when size == 0 * when data_sizes[i] == 0, we should Allocate an empty buffer * work around for pyarrow.py_buffer * fix comments * add null ptr check * add test for bytes * lint