-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[api-draft][catalog] jdbc catalog #2042
Conversation
ef709b8
to
42d359c
Compare
# Conflicts: # seatunnel-connectors/seatunnel-connectors-seatunnel/pom.xml
@@ -514,6 +515,13 @@ | |||
<scope>test</scope> | |||
</dependency> | |||
|
|||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I didn't find the reason about add this dependency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is added in dependencyManagement
.
I expect the new module to be tested using junit5, using @ParameterizedTest, @EnabledOnOs, etc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added some parameterized test cases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we use junit5, can we remove older version from pom?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we remove junit4, we need to modify the code of the old API. Are we going to do this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...rc/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/AbstractJdbcCatalog.java
Outdated
Show resolved
Hide resolved
...rc/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/AbstractJdbcCatalog.java
Outdated
Show resolved
Hide resolved
* [api-draft][catalog] jdbc catalog # Conflicts: # seatunnel-connectors/seatunnel-connectors-seatunnel/pom.xml * [api-draft][catalog] Add AbstractJdbcCatalog with defaultUrl constructor Co-authored-by: Hisoka <fanjiaeminem@qq.com>
* [api-draft][catalog] jdbc catalog # Conflicts: # seatunnel-connectors/seatunnel-connectors-seatunnel/pom.xml * [api-draft][catalog] Add AbstractJdbcCatalog with defaultUrl constructor Co-authored-by: Hisoka <fanjiaeminem@qq.com>
Purpose of this pull request
add jdbc catalog
Check list
New License Guide