lidavidm commented on a change in pull request #7224:
URL: https://github.com/apache/arrow/pull/7224#discussion_r428637508



##########
File path: python/pyarrow/tests/test_flight.py
##########
@@ -483,6 +495,51 @@ def sending_headers(self):
         }
 
 
+class MultiHeaderClientMiddlewareFactory(ClientMiddlewareFactory):
+    """Test sending/receiving multiple (binary-valued) headers."""
+
+    def __init__(self):
+        self.last_headers = {}

Review comment:
       It is used, but it is unclear, so I've added an explanation of where and 
how it's used.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to