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

[beam] branch master updated (aa47745 -> b02bc8a)

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

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


    from aa47745  [BEAM-8517] Fix timezone conversion issue due to usage of different calls on DateTime for getting values. (#9929)
     new b26e821  [BEAM-8515, BEAM-2699] Add equals/hashCode to ValueProvider classes.
     new 6a900d2  [BEAM-7230] Cache DataSource instances based upon equivalent DataSourceConfiguration instances.
     new b02bc8a  Merge pull request #9927 from lukecwik/beam7230

The 23682 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:
 .../org/apache/beam/sdk/options/ValueProvider.java | 39 +++++++++
 .../apache/beam/sdk/options/ValueProviderTest.java |  6 +-
 .../java/org/apache/beam/sdk/io/jdbc/JdbcIO.java   | 94 +++++++++++-----------
 .../org/apache/beam/sdk/io/jdbc/JdbcIOTest.java    | 19 +++++
 4 files changed, 109 insertions(+), 49 deletions(-)