EMsnap commented on code in PR #7203:
URL: https://github.com/apache/inlong/pull/7203#discussion_r1065462231
##########
inlong-sort/sort-connectors/postgres-cdc/pom.xml:
##########
@@ -138,6 +138,10 @@
<pattern>org.apache.inlong.sort.base</pattern>
<shadedPattern>org.apache.inlong.sort.cdc.postgres.shaded.org.apache.inlong.sort.base</shadedPattern>
</relocation>
+ <relocation>
+
<pattern>org.apache.inlong.sort.cdc.base</pattern>
+
<shadedPattern>org.apache.inlong.sort.cdc.postgres.shaded.org.apache.inlong.sort.cdc.base</shadedPattern>
Review Comment:
yes indeed, but ut only fails for postgres, I will add the relocation for
other connectors in this pr
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]