crepererum commented on PR #7229:
URL: https://github.com/apache/arrow-rs/pull/7229#issuecomment-2703558844

   > which reduces the FlightError from 176 bytes down to 32 bytes.
   
   can you add a test that checks that, e.g.
   
   ```rust
   #[test]
   fn test_error_size() {
       assert_eq!(std::mem::size_of::<FlightError>(), 32);
   }
   
   ```


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