ruanwenjun commented on issue #1901: URL: https://github.com/apache/incubator-seatunnel/issues/1901#issuecomment-1129586111
> > Why upload java file than upload jar? In jar, you will have all dependcy which you should use. In java file is hard to do that. > > Sometimes it is difficult to do some work through SQL alone, but it becomes easier through Java. Sometimes the user just needs simple code to get the job done. At this point, I think it will increase the workload if you do it by uploading jar. Because when using javacode, the user does not need to do the work of packaging and so on. Of course, the disadvantage is that the user can only use the dependencies that already exist in our app. However, in the future, we can provide --jars entry to the user, then the user will be able to use other dependencies in the code. If so, I would like to split the transform from our distribution like source/sink, user can olny need to add `seatunnel-api-xx` to their new transform plugin, and put the plugin into transform directory, seatunnel will load it atomically. -- 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]
