benibus commented on PR #15194:
URL: https://github.com/apache/arrow/pull/15194#issuecomment-1384465645

   So, I went out on a limb and implemented the optimization on the C++ side. 
Given the backwards-compatibility concerns, I added 
`IpcWriteOptions::compress_always`, which enables it (but not by default). I 
don't know if this is an ideal solution in the long-term, but I could imagine 
it being useful regardless of any current file incompatibilities. That being 
said, I partially did it to make testing the reader easier,  since it wouldn't 
be straightforward otherwise. In any case, let me know what you think.
   
   Also, the original changes in `reader.cc` weren't correct, so that's been 
fixed.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to