Re: Gzip support

2015-05-04 Thread Robert Metzger
___ > From: Robert Metzger [metrob...@gmail.com] > Sent: Thursday, April 30, 2015 21:01 > To: dev@flink.apache.org > Subject: Re: Gzip support > > There is already support for inflate compressed files and I introduced > logic to handle unsplittable formats. > > >

RE: Gzip support

2015-05-04 Thread Kruse, Sebastian
ticket and a pull request by this week, so that you can have a look at it. Cheers, Sebastian From: Robert Metzger [metrob...@gmail.com] Sent: Thursday, April 30, 2015 21:01 To: dev@flink.apache.org Subject: Re: Gzip support There is already support for

Re: Gzip support

2015-04-30 Thread Robert Metzger
There is already support for inflate compressed files and I introduced logic to handle unsplittable formats. Sent from my iPhone > On 30.04.2015, at 19:39, Stephan Ewen wrote: > > I think that would be very worthwhile :-) Happy to hear that you want to > contribute that! > > Decorating the i

Re: Gzip support

2015-04-30 Thread Stephan Ewen
I think that would be very worthwhile :-) Happy to hear that you want to contribute that! Decorating the input stream sounds like a great approach and would also work for other compression formats. The other thing that needs to be taken into account is that GZIP files are not splittable in the sa