[GitHub] [zeppelin] huage1994 commented on pull request #4368: [ZEPPELIN-5730] Support time unit setting in zeppelin conf.

2022-05-16 Thread GitBox
huage1994 commented on PR #4368: URL: https://github.com/apache/zeppelin/pull/4368#issuecomment-1127446019 > I do not like this solution and would "veto" it. The readability and simplicity of the code suffers greatly with this change. I would prefer a conversion directly at the call (e.g.

[GitHub] [zeppelin] Reamer commented on pull request #4368: [ZEPPELIN-5730] Support time unit setting in zeppelin conf.

2022-05-16 Thread GitBox
Reamer commented on PR #4368: URL: https://github.com/apache/zeppelin/pull/4368#issuecomment-1127452381 > How do you think about it? Much better. Another improvement `timeUnitToMill` should throw an exception instead of returning `-1`. This exception should be caught and react

[GitHub] [zeppelin] huage1994 commented on pull request #4368: [ZEPPELIN-5730] Support time unit setting in zeppelin conf.

2022-05-16 Thread GitBox
huage1994 commented on PR #4368: URL: https://github.com/apache/zeppelin/pull/4368#issuecomment-1127457238 > Another improvement `timeUnitToMill` should throw an exception instead of returning `-1`. This exception should be caught and reacted to. 👍 Thanks a lot for your advice!

[GitHub] [zeppelin] Reamer opened a new pull request, #4369: [ZEPPELIN-5737] try to avoid deadlock

2022-05-16 Thread GitBox
Reamer opened a new pull request, #4369: URL: https://github.com/apache/zeppelin/pull/4369 ### What is this PR for? This pull request is to prevent a deadlock which occurs in connection with a fast cancel in the LazyOpenInterpreter. This PR should also correct the closing of interp