You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/08/15 08:29:39 UTC

[GitHub] [inlong] gong opened a new pull request, #5549: [INLONG-5462][Sort] Add audit for Oracle extract Node

gong opened a new pull request, #5549:
URL: https://github.com/apache/inlong/pull/5549

   ### Prepare a Pull Request
   
   -[INLONG-5462][Sort] Add audit for Oracle extract Node
   
   - Fixes #5462 
   
   ### Motivation
   
   Add audit for Oracle extract Node
   
   ### Modifications
   
   * Add inlong.audit option for Oracle extract Node
   * Add audit computing for Oracle extract Node
   


-- 
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@inlong.apache.org

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


[GitHub] [inlong] EMsnap merged pull request #5549: [INLONG-5462][Sort] Add audit for Oracle extract Node

Posted by GitBox <gi...@apache.org>.
EMsnap merged PR #5549:
URL: https://github.com/apache/inlong/pull/5549


-- 
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@inlong.apache.org

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


[GitHub] [inlong] yunqingmoswu commented on a diff in pull request #5549: [INLONG-5462][Sort] Add audit for Oracle extract Node

Posted by GitBox <gi...@apache.org>.
yunqingmoswu commented on code in PR #5549:
URL: https://github.com/apache/inlong/pull/5549#discussion_r946301884


##########
inlong-sort/sort-connectors/oracle-cdc/pom.xml:
##########
@@ -44,6 +44,11 @@
             <artifactId>sort-connector-base</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.inlong</groupId>

Review Comment:
   The dependency is exists in the pom.xml of connector-base.



-- 
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@inlong.apache.org

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


[GitHub] [inlong] gong commented on a diff in pull request #5549: [INLONG-5462][Sort] Add audit for Oracle extract Node

Posted by GitBox <gi...@apache.org>.
gong commented on code in PR #5549:
URL: https://github.com/apache/inlong/pull/5549#discussion_r946302708


##########
inlong-sort/sort-connectors/oracle-cdc/pom.xml:
##########
@@ -44,6 +44,11 @@
             <artifactId>sort-connector-base</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.inlong</groupId>

Review Comment:
   I suggest that write this module directly. Because this module use audit sdk



-- 
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@inlong.apache.org

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