Re: Zstd decoder support

2018-05-17 Thread Dain Sundstrom
Our expectation is maybe in a quarter. -dain > On May 17, 2018, at 11:42 AM, Xiening Dai wrote: > > Hi Dain, > > Do you have a roughly timeline regarding when the Java zstd compressor will > be available? Thanks. > > >> On May 7, 2018, at 12:34 PM, Dain Sundstrom wrote: >> >> The fixes

Re: Zstd decoder support

2018-05-17 Thread Xiening Dai
Hi Dain, Do you have a roughly timeline regarding when the Java zstd compressor will be available? Thanks. > On May 7, 2018, at 12:34 PM, Dain Sundstrom wrote: > > The fixes are released in v0.11 > > -dain > >> On May 6, 2018, at 9:36 PM, Xiening Dai wrote: >> >> Thanks for clarification.

Re: Zstd decoder support

2018-05-07 Thread Dain Sundstrom
The fixes are released in v0.11 -dain > On May 6, 2018, at 9:36 PM, Xiening Dai wrote: > > Thanks for clarification. It makes sense to wait for your fixes. Thx. > >> On May 5, 2018, at 1:04 PM, Dain Sundstrom wrote: >> >> >>> On May 5, 2018, at 11:46 AM, Xiening Dai wrote: >>> >> BTW

Re: Zstd decoder support

2018-05-06 Thread Xiening Dai
Thanks for clarification. It makes sense to wait for your fixes. Thx. > On May 5, 2018, at 1:04 PM, Dain Sundstrom wrote: > > >> On May 5, 2018, at 11:46 AM, Xiening Dai wrote: >> > BTW we are about to do a release that fixes a bug with zstd. >> >> I am curious which bug you are referrin

Re: Zstd decoder support

2018-05-05 Thread Dain Sundstrom
> On May 5, 2018, at 11:46 AM, Xiening Dai wrote: > BTW we are about to do a release that fixes a bug with zstd. > > I am curious which bug you are referring to. Is it a bug with Java > implementation or it affects C++ as well? The bugs were in the Java implementation. IIRC there were t

Re: Zstd decoder support

2018-05-05 Thread Xiening Dai
>>> BTW we are about to do a release that fixes a bug with zstd. I am curious which bug you are referring to. Is it a bug with Java implementation or it affects C++ as well? > On May 4, 2018, at 7:56 PM, Dain Sundstrom wrote: > > 0.11 is released. > > -dain > > Sent from my iPhone > >> On

Re: Zstd decoder support

2018-05-04 Thread Dain Sundstrom
0.11 is released. -dain Sent from my iPhone > On May 4, 2018, at 1:41 PM, Owen O'Malley wrote: > > I just upgraded ORC to use aircompressor 0.10. I assume we'll want to move > to 0.11 before we use zstd? > > .. Owen > >> On Fri, May 4, 2018 at 12:49 PM, Dain Sundstrom wrote: >> >> The maintain

Re: Zstd decoder support

2018-05-04 Thread Owen O'Malley
I just upgraded ORC to use aircompressor 0.10. I assume we'll want to move to 0.11 before we use zstd? .. Owen On Fri, May 4, 2018 at 12:49 PM, Dain Sundstrom wrote: > The maintained location (and the version we use in prod) is: > https://github.com/airlift/aircompressor/tree/master/src/ > main

Re: Zstd decoder support

2018-05-04 Thread Dain Sundstrom
The maintained location (and the version we use in prod) is: https://github.com/airlift/aircompressor/tree/master/src/main/java/io/airlift/compress/zstd We plan on writing the compressor soon as we need it for our production systems. BTW we are about to do a release that fixes a bug with zstd.