You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by sduskis <gi...@git.apache.org> on 2017/05/09 19:57:42 UTC

[GitHub] beam pull request #3001: BEAM-2181 Upgrade Bigtable dependency to 0.9.6.2

GitHub user sduskis opened a pull request:

    https://github.com/apache/beam/pull/3001

    BEAM-2181 Upgrade Bigtable dependency to 0.9.6.2

    Cloud Bigtable 0.9.6.2 has some fixes relating to:
    1) Using dependencies for GCP protobuf objects rather than including generated artifacts directly in bigtable-protos
    2) BulkMutation bug fixes
    3) Auth token management
    4) Using fewer grpc experimental features.
    All are important in the context of beam, so the beam dependency should be upgraded.
    One snag came up. BigtableSession.isAlpnProviderEnabled() was removed in order to reduce the number of grpc experimental features. BigtableServiceImpl.tableExists() can no longer depend on isAlpnProviderEnabled().
    
    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [ ] Make sure tests pass via `mvn clean verify`.
     - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] If this contribution is large, please file an Apache
           [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
    
    ---


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sduskis/beam upgrade_cbt_0962

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/3001.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3001
    
----
commit 42f2eab234aec347c01c404ba66385f966f44779
Author: Solomon Duskis <sd...@google.com>
Date:   2017-05-05T15:12:25Z

    BEAM-2181 Upgrade Bigtable dependency to 0.9.6.2
    Cloud Bigtable 0.9.6.2 has some fixes relating to:
    1) Using dependencies for GCP protobuf objects rather than including generated artifacts directly in bigtable-protos
    2) BulkMutation bug fixes
    3) Auth token management
    4) Using fewer grpc experimental features.
    All are important in the context of beam, so the beam dependency should be upgraded.
    One snag came up. BigtableSession.isAlpnProviderEnabled() was removed in order to reduce the number of grpc experimental features. BigtableServiceImpl.tableExists() can no longer depend on isAlpnProviderEnabled().

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #3001: [BEAM-2181] Upgrade Bigtable dependency to 0.9.6.2

Posted by sduskis <gi...@git.apache.org>.
Github user sduskis closed the pull request at:

    https://github.com/apache/beam/pull/3001


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---