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

   > > 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.
   
   In my view, if user start write code, they must use IDE like idea or 
eclipse.  The package isn't a big problem. Only with a java file, the user 
would not know the code can run success before submit.
   


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