raulcd commented on code in PR #47432: URL: https://github.com/apache/arrow/pull/47432#discussion_r2318514805
########## python/pyarrow/tests/test_flight.py: ########## @@ -2539,36 +2565,60 @@ def received_headers(self, headers): def test_flight_dictionary_deltas_do_exchange(): + expected_dict_deltas_stats = ReadStats( Review Comment: Thanks for the suggestion, I've pushed the test improvement and I've rebased main to fix the LLVM failures on CI -- 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]
