You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/25 03:28:04 UTC

[GitHub] [arrow] iajoiner commented on pull request #12231: ARROW-14783: [C++][Python] Fix the write ORC in BytesIO issue

iajoiner commented on pull request #12231:
URL: https://github.com/apache/arrow/pull/12231#issuecomment-1020775124


   @pitrou @jorisvandenbossche Really thanks for the suggestions! I have fix them as well as the following issues:
   1. Naming and ordering of some ORC readwrite tests. I renamed tests that write to a `pa.Buffer` as opposed to an actual ORC file "buffer", leaving "orcfile" tests for tests that do write to ORC files.
   2. Per @jorisvandenbossche 's suggestion after https://github.com/apache/arrow/pull/9702 was merged I found that `compression_block_size` and `stripe_size` are in bytes. Hence I clarified the docs in both C++ and Python.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org