Github user Leemoonsoo commented on the issue:

    https://github.com/apache/zeppelin/pull/1433
  
    @astroshim Currently only the last display system directive (%text, %html, 
...) in the output is effective. Which is behavior of both InterpreterResult 
(static output) and InterpreterOutput (streaming output). 
    
    This patch fixes problem but break current behavior. That's why following 
test is failing on CI.
    
    ```
    Results :
    
    Failed tests: 
      InterpreterOutputTest.testType:92 expected:<HTML> but was:<TEXT>
    
    Tests run: 68, Failures: 1, Errors: 0, Skipped: 0
    
    [INFO] 
------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO] 
    [INFO] Zeppelin ........................................... SUCCESS [  
7.135 s]
    [INFO] Zeppelin: Interpreter .............................. FAILURE [02:08 
min]
    ```
    
    @astroshim What do you think? will there a easy way to fix the problem 
without changing current behavior? (pass unittest without changing test)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to