pitrou opened a new issue, #48844:
URL: https://github.com/apache/arrow/issues/48844

   ### Describe the enhancement requested
   
   In https://github.com/apache/arrow/issues/19596 it was reported that the 
JavaScript IPC writer could produce inconsistent `bodyLength` values for the 
same IPC message in `Message.bodyLength` vs. `Block.bodyLength` in Arrow IPC 
files. It was subsequently fixed (all in September 2018, i.e. ~7 years ago).
   
   Some [corresponding 
assertions](https://github.com/apache/arrow/blob/d54a2051cf9020a0fdf50836420c38ad14787abb/cpp/src/arrow/ipc/reader.cc#L1187-L1188)
 were added at the same point by @wesm but left disabled.
   
   However, since the Javascript IPC writer bug was fixed so long ago, we now 
re-enable those assertions, or rather turn them into proper runtime errors.
   
   ### Component(s)
   
   C++


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