JNSimba opened a new pull request, #63274: URL: https://github.com/apache/doris/pull/63274
Cherry-picked from #63219 Note: branch-4.0 doesn't have the AbstractCdcSourceReader base class (introduced by #61182, not backported here). This PR adds a minimal skeleton AbstractCdcSourceReader containing only the split-bound helpers (`splitKeyClassCache` / `probeSplitKeyClass` / `resolveSplitKeyClass` / `convertBounds`), and changes JdbcIncrementalSourceReader/MySqlSourceReader to extend it. Schema-change related logic from #61182 is intentionally left out. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
