lidavidm commented on issue #36476:
URL: https://github.com/apache/arrow/issues/36476#issuecomment-1621919225

   Ok, a packet capture in Wireshark shows that in the crashing case, the 
server is somehow sending an invalid Protobuf; what should be a boolean field 
(which is encoded "in zero bytes" in Protobuf via the field tag) is instead 
sent as a varint. But it's not clear why this happens, and why only sometimes; 
and we use the Protobuf libraries to implement this, so it shouldn't be under 
our control I would think.


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