pitrou commented on code in PR #47432: URL: https://github.com/apache/arrow/pull/47432#discussion_r2307598860
########## python/pyarrow/tests/test_flight.py: ########## @@ -2090,6 +2109,8 @@ def test_doexchange_put(): assert chunk.data is None expected_buf = str(len(batches)).encode("utf-8") assert chunk.app_metadata == expected_buf + # Metadata only message is not counted as an ipc data message + assert reader.stats.num_messages == 0 Review Comment: Either way, it would be nice to be consistent between read and write, IMHO. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org