smokeriu commented on issue #1901:
URL: 
https://github.com/apache/incubator-seatunnel/issues/1901#issuecomment-1129539308

   > 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.


-- 
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]

Reply via email to