Le 25/08/2021 à 17:12, Joris Van den Bossche a écrit :
One example of consumer of our Cython API is cudf ( https://github.com/rapidsai/cudf). I am not very familiar with the package itself, but browsing its code, I see that they do for example cimport RecordBatchReader ( https://github.com/rapidsai/cudf/blob/f6d31fa95d9b8d8658301438d0f9ba22a1c131aa/python/cudf/cudf/_lib/gpuarrow.pyx#L20), a case that would be impacted by https://github.com/apache/arrow/pull/10162 Another question: do we regard `from pyarrow.includes.* import xx` as public?
Probably not, but there's no reason for those exports to disappear, either. Regards Antoine.