Skip to content

Fix TypeError: a bytes-like object is required, not 'str'

DCausse requested to merge fix-pyarrow-write-wants-bytes into main

pyarrow.lib.NativeFile.write wants bytes not strings.

Merge request reports