mgaido91 commented on PR #377: URL: https://github.com/apache/incubator-livy/pull/377#issuecomment-1358386050
This fix is causing many changes. The `submit` method is used for many purposes, such as adding jar, files, so I do not think is a good idea to have a fix that has such a large impact on other cases that should not be affected. The current fix would also set to busy when fetching the results, and executing schema operations, and even while unregistering a session... I think a better place for the fix would be `SqlJob`, although it is not a perfect solution either. So I would be very happy if someone comes with a better alternative. -- 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]
