You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ch...@apache.org on 2018/05/11 18:08:10 UTC

[beam] branch master updated (bcff63f -> c712231)

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

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


    from bcff63f  Adding context switch to operations missing it.
     add 7dbcb11  BEAM-3246 Merge splits if they exceed 15K     -- added checks to validate key ranges are adjacent before merging     -- added logic to merge adjacent splits else continue without merge     -- simplified merge code and loops     -- updated test case to verify that split sources have single adjacent ranges     -- Updated reduceSplits to enable easier testing     -- Added additional test cases to verify partial adjacent, non adjacent and all adjacent source ranges     -- Re [...]
     new c712231  Merge pull request #4517: [BEAM-3246] Bigtable: Merge splits if they exceed 15K

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:
 .../beam/sdk/io/gcp/bigtable/BigtableIO.java       | 101 +++++++++++-
 .../beam/sdk/io/gcp/bigtable/BigtableIOTest.java   | 175 +++++++++++++++++++++
 2 files changed, 275 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
chamikara@apache.org.

[beam] 01/01: Merge pull request #4517: [BEAM-3246] Bigtable: Merge splits if they exceed 15K

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

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

commit c712231e3e6b426e0e6cc034294f634a2df6dfcb
Merge: bcff63f 7dbcb11
Author: Chamikara Jayalath <ch...@google.com>
AuthorDate: Fri May 11 11:08:07 2018 -0700

    Merge pull request #4517: [BEAM-3246] Bigtable: Merge splits if they exceed 15K

 .../beam/sdk/io/gcp/bigtable/BigtableIO.java       | 101 +++++++++++-
 .../beam/sdk/io/gcp/bigtable/BigtableIOTest.java   | 175 +++++++++++++++++++++
 2 files changed, 275 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
chamikara@apache.org.