You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2019/05/08 08:09:50 UTC

[beam] branch master updated (7cdda3c -> e7f7399)

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

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


    from 7cdda3c  Merge pull request #8495: [BEAM-7197] ensure DoFn is torn down after exception thrown in lifecycle method
     add da83991  [BEAM-7239] Add withDataSourceProviderFn() to JdbcIO
     add 10ae28e  [BEAM-7041] Refactor pool creation to be done via composition
     new e7f7399  Merge pull request #8521: [BEAM-7239] Add withDataSourceProviderFn() to JdbcIO

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:
 .../java/org/apache/beam/sdk/io/jdbc/JdbcIO.java   | 264 ++++++++++++++++-----
 .../org/apache/beam/sdk/io/jdbc/JdbcIOTest.java    |  26 +-
 2 files changed, 217 insertions(+), 73 deletions(-)


[beam] 01/01: Merge pull request #8521: [BEAM-7239] Add withDataSourceProviderFn() to JdbcIO

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

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

commit e7f7399d07f2819362d40f67e06c800bf5ad9be6
Merge: 7cdda3c 10ae28e
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Wed May 8 10:09:34 2019 +0200

    Merge pull request #8521: [BEAM-7239] Add withDataSourceProviderFn() to JdbcIO

 .../java/org/apache/beam/sdk/io/jdbc/JdbcIO.java   | 264 ++++++++++++++++-----
 .../org/apache/beam/sdk/io/jdbc/JdbcIOTest.java    |  26 +-
 2 files changed, 217 insertions(+), 73 deletions(-)