Commits


Ian Alexander Joiner authored and Antoine Pitrou committed f9f6fdbb751
ARROW-14783: [C++][Python] Fix the write ORC in BytesIO issue `pyarrow.orc.ORCWriter` and `pyarrow.orc.write_table` which can be used with paths of ORC files, `pyarrow.BufferOutputStream` should also be able to be used with `io.BytesIO`. However currently this causes errors which make the behavior of the ORC writer different from that of the Parquet and CSV writers. Closes #12231 from iajoiner/ARROW-14783 Authored-by: Ian Alexander Joiner <iajoiner809@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>