Commits


Dane Pitkin authored and GitHub committed 0fbea66a4bc
GH-42085: [Python] Test FlightStreamReader iterator (#42086) ### Rationale for this change `FlightStreamReader` correctly implemented iterator functionality in https://github.com/apache/arrow/pull/37097/files#diff-0ed358f5d42920d7f94cc500791976a2c158c4d72f4a6b231393534b2d13683bR993. Let's update tests to use this functionality. ### What changes are included in this PR? * Tests are updated ### Are these changes tested? Yes ### Are there any user-facing changes? No * GitHub Issue: #42085 Authored-by: Dane Pitkin <dpitkin@apache.org> Signed-off-by: Dane Pitkin <dpitkin@apache.org>