You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/10/24 11:09:34 UTC

[GitHub] [incubator-seatunnel] Xuxiaotuan opened a new pull request, #3173: [Feature][Connector-V2][TiKV] Support TiKV Source & Sink

Xuxiaotuan opened a new pull request, #3173:
URL: https://github.com/apache/incubator-seatunnel/pull/3173

   <!--
   
   Thank you for contributing to SeaTunnel! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   ## Contribution Checklist
   
     - Make sure that the pull request corresponds to a [GITHUB issue](https://github.com/apache/incubator-seatunnel/issues).
   
     - Name the pull request in the form "[Feature] [component] Title of the pull request", where *Feature* can be replaced by `Hotfix`, `Bug`, etc.
   
     - Minor fixes should be named following this pattern: `[hotfix] [docs] Fix typo in README.md doc`.
   
   -->
   
   ## Purpose of this pull request
   
   Add new new connecotor of TiKV source and sink,
   refer to https://github.com/apache/incubator-seatunnel/issues/1946#issuecomment-1253260625.
   
   <!-- Describe the purpose of this pull request. For example: This pull request adds checkstyle plugin.-->
   
   ## Check list
   
   * [x] Code changed are covered with tests.
   * [x] If any new Jar binary package adding in your PR, please add License Notice according
     [New License Guide](https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/contribution/new-license.md)
   * [ ] If necessary, please update the documentation to describe the new feature. https://github.com/apache/incubator-seatunnel/tree/dev/docs
   
   ##  **copy** https://github.com/apache/incubator-seatunnel/pull/2830


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] github-actions[bot] commented on pull request #3173: [Feature][Connector-V2][TiKV] Support TiKV Source & Sink

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #3173:
URL: https://github.com/apache/incubator-seatunnel/pull/3173#issuecomment-1467160304

   This pull request has been automatically marked as stale because it has not had recent activity for 120 days. It will be closed in 7 days if no further activity occurs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] github-actions[bot] closed pull request #3173: [Feature][Connector-V2][TiKV] Support TiKV Source & Sink

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed pull request #3173: [Feature][Connector-V2][TiKV] Support TiKV Source & Sink
URL: https://github.com/apache/incubator-seatunnel/pull/3173


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] EricJoy2048 commented on pull request #3173: [Feature][Connector-V2][TiKV] Support TiKV Source & Sink

Posted by GitBox <gi...@apache.org>.
EricJoy2048 commented on PR #3173:
URL: https://github.com/apache/incubator-seatunnel/pull/3173#issuecomment-1302928863

   Please resolve conflicts @Xuxiaotuan .


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] github-actions[bot] commented on pull request #3173: [Feature][Connector-V2][TiKV] Support TiKV Source & Sink

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #3173:
URL: https://github.com/apache/incubator-seatunnel/pull/3173#issuecomment-1477122800

   This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] Xuxiaotuan commented on a diff in pull request #3173: [Feature][Connector-V2][TiKV] Support TiKV Source & Sink

Posted by GitBox <gi...@apache.org>.
Xuxiaotuan commented on code in PR #3173:
URL: https://github.com/apache/incubator-seatunnel/pull/3173#discussion_r1003358975


##########
seatunnel-e2e/seatunnel-connector-v2-e2e/pom.xml:
##########
@@ -28,6 +28,7 @@
         <module>connector-jdbc-e2e</module>
         <module>connector-redis-e2e</module>
         <module>connector-clickhouse-e2e</module>
+        <module>connector-tikv-e2e</module>

Review Comment:
   > Module `connector-tikv-e2e` not committed?
   
   revert file add module



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] hailin0 commented on a diff in pull request #3173: [Feature][Connector-V2][TiKV] Support TiKV Source & Sink

Posted by GitBox <gi...@apache.org>.
hailin0 commented on code in PR #3173:
URL: https://github.com/apache/incubator-seatunnel/pull/3173#discussion_r1003251589


##########
seatunnel-e2e/seatunnel-connector-v2-e2e/pom.xml:
##########
@@ -28,6 +28,7 @@
         <module>connector-jdbc-e2e</module>
         <module>connector-redis-e2e</module>
         <module>connector-clickhouse-e2e</module>
+        <module>connector-tikv-e2e</module>

Review Comment:
   Module `connector-tikv-e2e` not committed?



##########
.idea/vcs.xml:
##########
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

Review Comment:
   revert?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] Xuxiaotuan commented on pull request #3173: [Feature][Connector-V2][TiKV] Support TiKV Source & Sink

Posted by GitBox <gi...@apache.org>.
Xuxiaotuan commented on PR #3173:
URL: https://github.com/apache/incubator-seatunnel/pull/3173#issuecomment-1308563929

   > Please resolve conflicts @Xuxiaotuan .
   
   get


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org