zeroshade commented on issue #142:
URL: https://github.com/apache/arrow-go/issues/142#issuecomment-2379428934

   So looking at the C++ implementation again, it looks like despite the 
comment *saying* that `total_byte_size` is the uncompressed size of all the 
columns, it is actually populating it with the *total_bytes_written*, i.e. the 
total size on disk. Given that I based much of the Go implementation on the C++ 
implementation, it's not surprising that this bug exists in both. 
   
   We should file an equivalent issue on the Arrow repo for the C++ parquet 
implementation. In the meantime i'll fix the Go impl


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