pitrou commented on code in PR #47432:
URL: https://github.com/apache/arrow/pull/47432#discussion_r2316079239


##########
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:
   Small suggestion: if you want to avoid the `if`s below, you can make this a 
dict:
   ```python
       expected_stats = {
           b'dict_replacement': ...
   ```



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