pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

[fix][io] Upgrade Debezium oracle connector version to 2.5.4.Final

Open mukesh154 opened this issue 1 year ago • 2 comments

Fixes #22626

Motivation

To Upgrade debezium version for oracle to 2.5.4.Final

Modifications

Upgraded debezium version from 1.9.7.Final to 2.5.4.Final just for oracle connector, so that other connectors such as mysql, postgresql, mongodb, mssql doesn't break.

Verifying this change

  • [x] Make sure that the change passes the CI checks.

(example:)

  • Added integration tests for end-to-end deployment with large payloads (10MB)
  • Extended integration test for recovery after broker failure

Does this pull request potentially affect one of the following parts:

If the box was checked, please highlight the changes

  • [x] Dependencies (add or upgrade a dependency)
  • [ ] The public API
  • [ ] The schema
  • [ ] The default values of configurations
  • [ ] The threading model
  • [ ] The binary protocol
  • [ ] The REST endpoints
  • [ ] The admin CLI options
  • [ ] The metrics
  • [ ] Anything that affects deployment

Documentation

Check the box below or label this PR directly (if you have committer privilege).

Need to update docs?

  • [ ] doc
  • [ ] doc-required
  • [x] doc-not-needed
  • [ ] doc-complete

mukesh154 avatar May 31 '24 05:05 mukesh154

@mukesh154 Please add the following content to your PR description and select a checkbox:

- [ ] `doc` <!-- Your PR contains doc changes -->
- [ ] `doc-required` <!-- Your PR changes impact docs and you will update later -->
- [ ] `doc-not-needed` <!-- Your PR changes do not impact docs -->
- [ ] `doc-complete` <!-- Docs have been already added -->

github-actions[bot] avatar May 31 '24 05:05 github-actions[bot]

Codecov Report

Attention: Patch coverage is 0% with 212 lines in your changes missing coverage. Please review.

Project coverage is 73.17%. Comparing base (bbc6224) to head (2ecf604). Report is 355 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #22813      +/-   ##
============================================
- Coverage     73.57%   73.17%   -0.41%     
- Complexity    32624    32960     +336     
============================================
  Files          1877     1892      +15     
  Lines        139502   141902    +2400     
  Branches      15299    15569     +270     
============================================
+ Hits         102638   103830    +1192     
- Misses        28908    30054    +1146     
- Partials       7956     8018      +62     
Flag Coverage Δ
inttests 27.41% <ø> (+2.82%) :arrow_up:
systests 24.73% <0.00%> (+0.40%) :arrow_up:
unittests 72.31% <ø> (-0.54%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...ulsar/io/debezium/oracle/DebeziumOracleSource.java 0.00% <ø> (ø)
...g/apache/pulsar/io/debezium/oracle/SerDeUtils.java 0.00% <0.00%> (ø)
...ache/pulsar/io/debezium/oracle/DebeziumSource.java 0.00% <0.00%> (ø)
...lsar/io/debezium/oracle/PulsarDatabaseHistory.java 0.00% <0.00%> (ø)

... and 384 files with indirect coverage changes

codecov-commenter avatar Jun 07 '24 08:06 codecov-commenter