Re: Integration test failing C++ / Rust on master (was Re: [Rust] Arrow 10.0.0 release)

2022-03-05 Thread Andrew Lamb
Thanks David for your super helpful hint. I am not sure how long it would have taken to find without your comment. Andrew On Sat, Mar 5, 2022 at 7:48 AM David Li wrote: > Thanks for raising it here. I just chimed in on the PR; it seems gRPC > v1.44.0 added some more validation of the :scheme ps

Re: Integration test failing C++ / Rust on master (was Re: [Rust] Arrow 10.0.0 release)

2022-03-05 Thread David Li
Thanks for raising it here. I just chimed in on the PR; it seems gRPC v1.44.0 added some more validation of the :scheme pseudo-header. I do wonder why it only failed some tests and not all, though. On Fri, Mar 4, 2022, at 18:22, Andrew Lamb wrote: > There appears to be an integration test failur

Integration test failing C++ / Rust on master (was Re: [Rust] Arrow 10.0.0 release)

2022-03-04 Thread Andrew Lamb
There appears to be an integration test failure happening in the arrow repository as well[1] as the arrow-rs (and arrow2 repositories). Given the data I have collected so far it seems potentially related to third-party dependencies (either in C++ or Rust). More details on the ticket[2]. Has anyone

[Rust] Arrow 10.0.0 release

2022-03-04 Thread Andrew Lamb
Today is the normal day we would create a release candidate for the next version of arrow-rs. We are tracking progress of the 10.0.0 release on [1] Unfortunately, the integration tests have started failing [2] on our CI jobs, which I think is blocking the release. I am looking into it, but would a