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

[api-draft][catalog] jdbc catalog #2042

Merged
merged 3 commits into from
Jun 27, 2022
Merged

Conversation

ashulin
Copy link
Member

@ashulin ashulin commented Jun 21, 2022

Purpose of this pull request

add jdbc catalog

Check list

@ashulin ashulin force-pushed the jdbc-catalog branch 2 times, most recently from ef709b8 to 42d359c Compare June 21, 2022 02:48
# Conflicts:
#	seatunnel-connectors/seatunnel-connectors-seatunnel/pom.xml
@@ -514,6 +515,13 @@
<scope>test</scope>
</dependency>

<dependency>
Copy link
Member

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

Copy link
Member Author

@ashulin ashulin Jun 24, 2022

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

Copy link
Member Author

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.

Copy link
Member

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?

Copy link
Member Author

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?

Copy link
Member

Choose a reason for hiding this comment

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

@Hisoka-X Hisoka-X merged commit 94fe1e0 into apache:api-draft Jun 27, 2022
lhyundeadsoul pushed a commit to lhyundeadsoul/incubator-seatunnel that referenced this pull request Jun 28, 2022
* [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>
lhyundeadsoul pushed a commit to lhyundeadsoul/incubator-seatunnel that referenced this pull request Jun 28, 2022
* [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>
@ashulin ashulin deleted the jdbc-catalog branch July 15, 2022 02:08
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