liyafan82 commented on pull request #8949:
URL: https://github.com/apache/arrow/pull/8949#issuecomment-755044988


   > Is it possible to add a test to confirm that this can be read/written from 
the C++ implementation?
   
   @emkornfield I think it is a good idea to provide e2e cross-language 
integration tests. 
   However, I am not sure if we are ready now. 
   
   In particular, we need to change the way buffers are released after 
compressing. 
   Previously, we release the buffers by directly closing the related vectors. 
This no longer works now, as vector's buffers are released by the codec, and 
the compressed buffers need to be released properly.
   
   Solution to this problem may have impacts to other parts of the code base. 
So maybe we need another issue to discuss it (if we do not do it in this PR).


----------------------------------------------------------------
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.

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


Reply via email to