rkhachatryan opened a new pull request #16528:
URL: https://github.com/apache/flink/pull/16528
## What is the purpose of the change
Updated version of #15173 which
added support for object reuse in JDBC sinks.
This version adds:
- preliminary refactorings (merging of output formats in
c9a95d68a04a42a49c79b07380542677de5e9162,
30bf31c33aea77ed5ef62d3ce2a90d702c8ded8f)
- and a test (9a010fc6dd1291dfb2c19701ead983a6cd1cb458 - to be squashed).
cc: @AHeise, @Bruschkov
FYI: @igalshilman, @StephanEwen, @wuchong
## Verifying this change
Added `JdbcITCase.testObjectReuse`
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): no
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: no
- The serializers: no
- The runtime per-record code paths (performance sensitive): no
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: no
- The S3 file system connector: no
## Documentation
- Does this pull request introduce a new feature? no
- If yes, how is the feature documented? no
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]