[GitHub] [arrow] lidavidm commented on pull request #8196: ARROW-10013: [FlightRPC][C++] fix setting generic client options

2020-09-22 Thread GitBox
lidavidm commented on pull request #8196: URL: https://github.com/apache/arrow/pull/8196#issuecomment-696675621 > Wow, did you report the `peer()` issue to gRPC? Not yet - I need to reproduce it in a VM first (probably with just base gRPC instead of trying to set up Arrow). ---

[GitHub] [arrow] lidavidm commented on pull request #8196: ARROW-10013: [FlightRPC][C++] fix setting generic client options

2020-09-22 Thread GitBox
lidavidm commented on pull request #8196: URL: https://github.com/apache/arrow/pull/8196#issuecomment-696675621 > Wow, did you report the `peer()` issue to gRPC? Not yet - I need to reproduce it in a VM first (probably with just base gRPC instead of trying to set up Arrow). ---

[GitHub] [arrow] lidavidm commented on pull request #8196: ARROW-10013: [FlightRPC][C++] fix setting generic client options

2020-09-21 Thread GitBox
lidavidm commented on pull request #8196: URL: https://github.com/apache/arrow/pull/8196#issuecomment-696331234 CC @pitrou, this will finally let AppVeyor pass again :) This is an automated message from the Apache Git Service

[GitHub] [arrow] lidavidm commented on pull request #8196: ARROW-10013: [FlightRPC][C++] fix setting generic client options

2020-09-21 Thread GitBox
lidavidm commented on pull request #8196: URL: https://github.com/apache/arrow/pull/8196#issuecomment-696331234 CC @pitrou, this will finally let AppVeyor pass again :) This is an automated message from the Apache Git Service

[GitHub] [arrow] lidavidm commented on pull request #8196: ARROW-10013: [FlightRPC][C++] fix setting generic client options

2020-09-18 Thread GitBox
lidavidm commented on pull request #8196: URL: https://github.com/apache/arrow/pull/8196#issuecomment-694832015 I'm going to hold this until the AWS SDK issues are resolved. The patch here should fix the MacOS tests and works around the Windows issues.

[GitHub] [arrow] lidavidm commented on pull request #8196: ARROW-10013: [FlightRPC][C++] fix setting generic client options

2020-09-17 Thread GitBox
lidavidm commented on pull request #8196: URL: https://github.com/apache/arrow/pull/8196#issuecomment-694189720 On Windows, gRPC is apparently corrupting ServerContext::peer(), causing a test failure... This is an automated

[GitHub] [arrow] lidavidm commented on pull request #8196: ARROW-10013: [FlightRPC][C++] fix setting generic client options

2020-09-15 Thread GitBox
lidavidm commented on pull request #8196: URL: https://github.com/apache/arrow/pull/8196#issuecomment-693095666 MacOS test flakes due to the filesystem issue; there are new Flight test failures on Windows in Python. This is