You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/05/18 03:57:36 UTC

[GitHub] [incubator-seatunnel] smokeriu commented on issue #1901: [Feature][spark-transform-code] Transform via user define code

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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org