Skip to content

Conversation

@hailin0
Copy link
Member

@hailin0 hailin0 commented May 23, 2025

Purpose of this pull request

Does this PR introduce any user-facing change?

How was this patch tested?

Check list

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request refactors the Oracle dialect for the CDC connector to remove duplicate load table names. The changes replace a JDBC-based table listing approach with a stream over an existing tableMap key set.

  • Removed the direct JDBC connection and OracleConnectionUtils.listTables() call.
  • Introduced stream-based collection of TableId objects via tableMap.
  • Removed the now unnecessary OracleConnectionUtils import.

@corgy-w corgy-w merged commit 90e88ca into apache:dev May 28, 2025
7 checks passed
dybyte pushed a commit to dybyte/seatunnel that referenced this pull request Jul 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants