corgy-w commented on code in PR #10224:
URL: https://github.com/apache/seatunnel/pull/10224#discussion_r2638815191
##########
seatunnel-dist/src/main/assembly/assembly-bin-ci.xml:
##########
@@ -186,7 +186,6 @@
<include>net.snowflake.snowflake-jdbc:jar</include>
<include>com.xugudb:xugu-jdbc:jar</include>
<include>org.tikv:tikv-client-java:jar</include>
- <include>org.opengauss:opengauss-jdbc:jar</include>
Review Comment:
Simply removing it is not really a solution. I’ve also been looking into
this area recently — maybe we can find a better way to load different drivers
and further optimize the classloader behavior. This problem is not limited to
JDBC, and other connectors could benefit from a more general approach as well.
You could open an issue so that we can discuss it with more people in the
community.
--
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]