Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[minor][cdc-connector][oracle] OracleSchema getTableSchema Description Modified #3443

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

ChengJie1053
Copy link
Member

@ChengJie1053 ChengJie1053 commented Jun 29, 2024

OracleSchema getTableSchema Description Changed from mysql tooracle

@ChengJie1053 ChengJie1053 changed the title [cdc-connector][jdbc-oracle] OracleSchema getTableSchema Description Modified [cdc-connector][oracle] OracleSchema getTableSchema Description Modified Jul 3, 2024
* Gets table schema for the given table path. It will request to MySQL server by running `SHOW
* CREATE TABLE` if cache missed.
*/
/** Gets table schema for the given table path. It will request to Oracle server by running */
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this sentence complete?

Copy link
Member Author

Choose a reason for hiding this comment

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

image

image

It is complete, because I found that it was not obtained by executing sql, it was obtained by java.sql.connect #getMetaData

Copy link
Member Author

Choose a reason for hiding this comment

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

Gets the table schema for a given table path. It will request from the Oracle server via java.sql.connect #getMetaData

Copy link
Member Author

Choose a reason for hiding this comment

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

Or is it ok if I change it to this

Copy link
Contributor

@yuxiqian yuxiqian Jul 16, 2024

Choose a reason for hiding this comment

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

Since there's no server request at all, what about removing It will request to Oracle server by running?

Or is it ok if I change it to this

Sorry I missed your reply, I think you're right on this.

Copy link
Member Author

Choose a reason for hiding this comment

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

/** Gets table schema for the given table path. */

Is it OK to change it like this

@ChengJie1053 ChengJie1053 changed the title [cdc-connector][oracle] OracleSchema getTableSchema Description Modified [minor][cdc-connector][oracle] OracleSchema getTableSchema Description Modified Jul 22, 2024
Copy link
Contributor

@leonardBang leonardBang left a comment

Choose a reason for hiding this comment

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

+1

@leonardBang leonardBang merged commit 313bace into apache:master Jul 23, 2024
13 of 17 checks passed
wuzhenhua01 pushed a commit to wuzhenhua01/flink-cdc-connectors that referenced this pull request Aug 4, 2024
qiaozongmi pushed a commit to qiaozongmi/flink-cdc that referenced this pull request Sep 23, 2024
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