Uh oh!
There was an error while loading. Please reload this page.
Cherry-pick: Add driverJars parameter to JdbcIO. (#25824) - #26474
Conversation
This change allows users to use driver jars saved in GCS. With this change, Dataflow templates will be able to migrate to JdbcIO instead of DynamicJdbcIO.
bvolpato
commented
Apr 28, 2023
R: @jrmccluskey |
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control |
Codecov Report
@@ Coverage Diff @@## release-2.47.0 #26474 +/- ##
==================================================
- Coverage 71.17% 70.55% -0.62%
==================================================
Files 787 787 Lines 103294 103311 +17 ==================================================
- Hits 73518 72896 -622 - Misses 28287 28926 +639
Partials 1489 1489
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 29 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
jrmccluskey
commented
Apr 28, 2023
Run Python_Integration PreCommit |
Possibly related: https://ci-beam.apache.org/view/PostCommit/job/beam_PostCommit_Python311/105/ Update: yes it is related. Kicked off the test in this cherry-pick PR and test also fails: https://ci-beam.apache.org/job/beam_PostCommit_Python311_PR/17/consoleFull |
Abacn
commented
Apr 28, 2023
Run Python 3.11 PostCommit |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
* Fix jdbc xlang schema type mismatch * Also fix fetch_size type mismatch * Add new fields in the end
bvolpato
commented
Apr 29, 2023
Abacn
commented
Apr 29, 2023
Run Python 3.11 PostCommit |
jrmccluskey
commented
Apr 29, 2023
Run Python 3.11 PostCommit |
jrmccluskey
commented
Apr 29, 2023
Run Python_Integration PreCommit |
jrmccluskey
commented
Apr 29, 2023
I'm not anticipating this PR significantly impacting the Python tests I'm re-running, will merge after those have any result |
Abacn
commented
Apr 29, 2023
Dataflow tests are flaky recently due to no worker available in us-central1 region. |
jrmccluskey
commented
Apr 29, 2023
That would explain the flakey failures I've been seeing on streaming integration tests. Thank you for the context! |
Cherry-picking #25824 to the release.