You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jk...@apache.org on 2017/12/07 23:55:25 UTC

[beam] branch master updated (16a506b -> d4bf90f)

This is an automated email from the ASF dual-hosted git repository.

jkff pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 16a506b  [BEAM-2957] Change assert in testSplit to allow up to 50% of empty splits
     add 4737d9e  Added AvroIOIT with static schema
     new d4bf90f  Merge pull request #4209 from DariuszAniszewski/avro-io-it

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sdks/java/io/file-based-io-tests/pom.xml           |  6 ++
 .../io/{text/TextIOIT.java => avro/AvroIOIT.java}  | 70 +++++++++++++++-------
 2 files changed, 55 insertions(+), 21 deletions(-)
 copy sdks/java/io/file-based-io-tests/src/test/java/org/apache/beam/sdk/io/{text/TextIOIT.java => avro/AvroIOIT.java} (65%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

[beam] 01/01: Merge pull request #4209 from DariuszAniszewski/avro-io-it

Posted by jk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jkff pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit d4bf90f3bed2df734d002dae8a6ba7367e37bcaa
Merge: 16a506b 4737d9e
Author: Eugene Kirpichov <ek...@gmail.com>
AuthorDate: Thu Dec 7 15:55:22 2017 -0800

    Merge pull request #4209 from DariuszAniszewski/avro-io-it
    
    [BEAM-3060] AvroIOIT

 sdks/java/io/file-based-io-tests/pom.xml           |   6 +
 .../java/org/apache/beam/sdk/io/avro/AvroIOIT.java | 137 +++++++++++++++++++++
 2 files changed, 143 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.