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 -- 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-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org