Re: [Rust] Possible blocking issue for 0.16 release

2020-01-26 Thread Krisztián Szűcs
Thanks for the update Andy! On Sun, Jan 26, 2020 at 5:21 PM Andy Grove wrote: > > Running "cargo update" locally resolved the issue for me, so I guess this > isn't a blocker after all. Cargo update actually downgraded the Thrift > dependency back to 0.12 and I see that in master we are using

Re: [Rust] Possible blocking issue for 0.16 release

2020-01-26 Thread Neville Dipale
Hi Andy, I think `cargo update` is the correct approach to resolve this issue. Yes, we've got quite a bit of backlog in Rust, but we should initiate the process to adopt parquet-format with Chao and Ivan's approval post 0.16. In the interim we could fix the thrift dependency issue upstream (as

Re: [Rust] Possible blocking issue for 0.16 release

2020-01-26 Thread Andy Grove
Running "cargo update" locally resolved the issue for me, so I guess this isn't a blocker after all. Cargo update actually downgraded the Thrift dependency back to 0.12 and I see that in master we are using 0.12 so I probably had a lock file that was generated due to using Thrift 0.13 on a branch

[Rust] Possible blocking issue for 0.16 release

2020-01-26 Thread Andy Grove
Apologies for showing up at the last minute but I'm now re-engaged in the project after a bit of an absence and I noticed that we have some dependency conflicts due to the parquet-format crate (not controlled by Apache) using Thrift 0.12 whereas the parquet crate uses Thrift 0.13 and they require