felipecrv commented on issue #40361:
URL: https://github.com/apache/arrow/issues/40361#issuecomment-1984758011

   > Any thoughts on how one could add a test when submitting a PR for this? 
I'm not much of a C++ programmer but I know enough to follow the change from 
flatbuffers and attempt to apply it. A test, however requires a way to trigger 
different evaluation order in the current code that would be corrected in the 
change.
   
   I wouldn't worry to much about adding a test. The non-determinism here 
doesn't even lead to bugs. But it creates non-determinism in output that can 
make testing and file comparisons harder. In a way, by fixing this you are 
already contributing to testability itself.


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