Github user Savalek commented on the issue: https://github.com/apache/zeppelin/pull/2848 @jongyoul, I do not like it when `try {...} catch {...}` is used many times in the code. Therefore, I slightly changed the handling of `ClassCastException`. Could you look at the new implementation and say what you think about it?
---