laglangyue commented on PR #2377: URL: https://github.com/apache/incubator-seatunnel/pull/2377#issuecomment-1221266380
我遇到了一个困难,postgresql的驱动是直接引入的,并且被引入到connector-v2的lib中,这恐怕不合适。 在e2e test,需要一个驱动在docker里面,我在本地可以手动复制到connector-v2-dist的lib文件夹中,但是在ci环境或者别人去运行将会failed。 所以我想,是否需要一个额外的模块,类似e2e-driver-dist,提供给e2e test,复制到docker中。 -- 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]
