You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jr...@apache.org on 2023/04/30 04:59:19 UTC

[beam] branch release-2.47.0 updated (4d1f1f19086 -> 0f12dfde09e)

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

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


    from 4d1f1f19086 Implement naive progress tracking at BoundedSourceAsSDFRestrictionTracker (#26361)
     add 0f12dfde09e Cherry-pick: Add driverJars parameter to JdbcIO. (#25824) (#26474)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/beam/sdk/io/jdbc/JdbcIO.java   | 32 ++++++++++++++-
 .../beam/sdk/io/jdbc/JdbcSchemaIOProvider.java     | 15 ++++---
 .../java/org/apache/beam/sdk/io/jdbc/JdbcUtil.java | 48 ++++++++++++++++++++++
 .../org/apache/beam/sdk/io/jdbc/SchemaUtil.java    |  4 +-
 .../org/apache/beam/sdk/io/jdbc/JdbcUtilTest.java  | 31 ++++++++++++++
 sdks/python/apache_beam/io/jdbc.py                 | 24 ++++++++++-
 6 files changed, 144 insertions(+), 10 deletions(-)