sunjincheng121 commented on issue #8532: [FLINK-12541][REST] Support to submit Python Table API jobs via REST API URL: https://github.com/apache/flink/pull/8532#issuecomment-501518337 @tillrohrmann this feature not the crucial feature for Flink 1.9, it's not must-have for Flink 1.9. but I also suggest adding this change to Flink 1.9, due to the following reasons: - API refactoring: this PR is pretty big like you said, but most of the change is refactoring, i.e. the change is: `jars` -> `artifacts`. And I think if we ensure that the change of `jars` -> `artifacts` is the right thing, I suggest do this change in Flink 1.9. :) - REST API for python: I think you are right, without REST API we can using the client to submit the Python Job, but we only need to do a small change for the support this feature(only 300+ line change). I suggest adding this to Flink 1.9. :) But I agree with you that this is nice to have, not must-have.  What do you think?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services