You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2019/01/04 17:48:39 UTC

[beam] branch release-2.10.0 updated (926361b -> 93a4cb5)

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

kenn pushed a change to branch release-2.10.0
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 926361b  [BEAM-5386] Move assertion out of finally block to not swallow original exception
     add 500b25f  [BEAM-6367] Fix JdbcDriver breaking DriverManager#getConnection
     new 93a4cb5  Merge pull request #7419: [BEAM-6337] Cherry-pick #7417 to release-2.10.0: Fix JdbcDriver breaking DriverManager#getConnection

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/extensions/sql/impl/JdbcDriver.java | 4 ++++
 .../org/apache/beam/sdk/extensions/sql/impl/JdbcDriverTest.java  | 9 +++++++++
 2 files changed, 13 insertions(+)


[beam] 01/01: Merge pull request #7419: [BEAM-6337] Cherry-pick #7417 to release-2.10.0: Fix JdbcDriver breaking DriverManager#getConnection

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

kenn pushed a commit to branch release-2.10.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 93a4cb501a18a2043c7f557bf3fb3bac75dd1719
Merge: 926361b 500b25f
Author: Kenn Knowles <ke...@kennknowles.com>
AuthorDate: Fri Jan 4 09:48:31 2019 -0800

    Merge pull request #7419: [BEAM-6337] Cherry-pick #7417 to release-2.10.0: Fix JdbcDriver breaking DriverManager#getConnection

 .../java/org/apache/beam/sdk/extensions/sql/impl/JdbcDriver.java | 4 ++++
 .../org/apache/beam/sdk/extensions/sql/impl/JdbcDriverTest.java  | 9 +++++++++
 2 files changed, 13 insertions(+)