Re: [Rust] Dictionary encoding and Flight

2020-04-09 Thread Paul Dix
e it much > easier to validate that things are implemented correctly. Does anyone > know how far away the Rust library might be from having them? It's not > the most fun thing to implement, but it's very important. > > - Wes > > On Thu, Apr 9, 2020 at 5:08 PM Paul Dix wrote: &

Re: [Rust] Dictionary encoding and Flight

2020-04-09 Thread Paul Dix
ly, note that Rust is not participating in either the regular IPC > > nor Flight integration tests. This is an important milestone to being > > able to depend on the Rust library in production. > > > > Thanks > > Wes > > > > On Tue, Apr 7, 2020 at 10:36 AM Paul Dix

[Rust] Dictionary encoding and Flight

2020-04-07 Thread Paul Dix
Hello, I'm trying to build a Rust based Flight server and I'd like to use Dictionary encoding for a number of string columns in my data. I've seen that StringDictionary was recently added to Rust here: