dianfu 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-498607304 @tillrohrmann Thanks a lot for your reply. As mentioned by @sunjincheng121 that the test case RestAPIStabilityTest can make sure the backwards compatibility. Besides, I have also manually checked that the old REST API still works by the following way: 1. Only apply the first [commit](https://github.com/dianfu/flink/commit/867d82e5c8a625acaed9111f64661834ed3edb1b) which adds REST API /artifacts/ and deprecates the old REST API /jars/ 2. Build the project, start up a local cluster and check that the functionalities such as uploading jars, getting plans, submitting jobs works well. 3. As only the first commit is applied, the frontend still uses the old REST API. This makes sure that the old REST API still works.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
