A few more knocked down - I finished Map/FlatMap, XML, TFRecordIO - I'm working on CountingInput; it's nontrivial. - Reuven is working on Text/Avro - @peay is working on removing coders from KafkaIO
Kinesis and PubsubIO remain; of these, Kinesis is the easier one. Any takers? On Fri, Apr 7, 2017 at 10:47 PM Jean-Baptiste Onofré <j...@nanthrax.net> wrote: > Hi Eugene, > > thanks for the update. I'm volunteer to tackle some those IOs (and make > them > conform with PTransform style guide). I'm pretty sure other people will > jump on ;) > > Regards > JB > > On 04/08/2017 12:20 AM, Eugene Kirpichov wrote: > > Hey all, > > > > More progress has been made and we're nearing completion. ParDo, > BigQueryIO > > and Window are fixed; Map/FlatMapElements are in review. > > > > The remaining unclaimed ones are all IOs of some form, and here's a list. > > I've marked them all as "starter" in JIRA. > > > > XML - https://issues.apache.org/jira/browse/BEAM-1914 > > TFRecordIO (Tensorflow) - > https://issues.apache.org/jira/browse/BEAM-1913 > > KinesisIO - https://issues.apache.org/jira/browse/BEAM-1428 > > PubsubIO - https://issues.apache.org/jira/browse/BEAM-1415 > > CountingInput - https://issues.apache.org/jira/browse/BEAM-1414 > > > > https://github.com/apache/beam/pull/2149 , which fixes BigQueryIO, is a > > good model to follow when taking these on, as well as e.g. > > https://github.com/apache/beam/pull/1927 (TextIO) > > > > These are all actually easy to fix, but need volunteers (I do not have > time > > to fix all of these myself, but happy to be a reviewer - @jkff). > > Let's finish this up in time for the first Beam stable release, so Beam's > > stable API surface is consistent and polished! > > >