You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by zjffdu <gi...@git.apache.org> on 2017/10/10 05:51:23 UTC

[GitHub] zeppelin issue #2592: ZEPPELIN-2685. Improvement on Interpreter class

Github user zjffdu commented on the issue:

    https://github.com/apache/zeppelin/pull/2592
  
    @Leemoonsoo Do you have any concern about the compatibility break in this PR ?
    
    * Add throw InterpreterException which is checked exception for the abstract methods of Interpreter, this would enforce the interpreter implementation to throw InterpreterException.
    
    * field name refactoring.
    ** property -> properties
    ** getProperty() --> getProperties()


---