Re: [FlightSQL] Structured/Serialized representation of query (like JSON) rather than SQL string possible?

2022-03-05 Thread Kyle Porter
Yes, we should, where possible, avoid any one of metadata. This is where other standards fail in that applications must be custom built for each data source, if we standardize the metadata then applications can at least be built to adapt. On Sat., Mar. 5, 2022, 6:54 p.m. David Li, wrote: > Yes,

Re: [FlightSQL] Structured/Serialized representation of query (like JSON) rather than SQL string possible?

2022-03-05 Thread David Li
Yes, GetSqlInfo reserves a range of metadata IDs for Flight SQL's use, so the application can use others for its own purposes. That said if they seem commonly applicable maybe we should try to standardize them. I think what you are doing should be reasonable. You may not need _all_ of the capab

Re: [VOTE][RUST] Release Apache Arrow Rust 10.0.0 RC1

2022-03-05 Thread Wang Xudong
+1 non-binding Test on macOS, "Release candidate looks good!" Thank you alamb! --- xudong Andrew Lamb 于2022年3月5日周六 20:06写道: > Salutations Arrow Rust Community, > > I would like to propose a release of Apache Arrow Rust Implementation, > version 10.0.0. As previously discussed[5] the "Integr

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

[VOTE][RUST] Release Apache Arrow Rust 10.0.0 RC1

2022-03-05 Thread Andrew Lamb
Salutations Arrow Rust Community, I would like to propose a release of Apache Arrow Rust Implementation, version 10.0.0. As previously discussed[5] the "Integration Test" CI is failing[6], but I we have determined it is a bug in the test, not in the code itself and have a fix ready [7] This rele