lidavidm commented on code in PR #47432:
URL: https://github.com/apache/arrow/pull/47432#discussion_r2307624515
##########
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:
I suppose we should be consistent. As above I kind of think they shouldn't
get counted in these stats but either way works for me.
--
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]