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

[improve] add JdbcSourceSchema extends SourceSchema #303

Closed
wants to merge 4 commits into from

Conversation

bingquanzhao
Copy link
Contributor

add jdbc source schema extends source schema .Making SourceSchema more than just a JDBC-related implementation

}

public abstract String convertToDorisType(String fieldType, Integer precision, Integer scale);
Copy link
Member

Choose a reason for hiding this comment

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

Do we need to delete this too?

@@ -0,0 +1,50 @@
package org.apache.doris.flink.tools.cdc;
Copy link
Member

Choose a reason for hiding this comment

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

add license header

@JNSimba
Copy link
Member

JNSimba commented Feb 19, 2024

please rebase master, there is a conflict

@bingquanzhao
Copy link
Contributor Author

please rebase master, there is a conflict

👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants