[GitHub] Leemoonsoo opened a new pull request #3302: [ZEPPELIN-3988] Paragraph Text output includes \r\n is not displayed correctly.

2019-02-12 Thread GitBox
Leemoonsoo opened a new pull request #3302: [ZEPPELIN-3988] Paragraph Text 
output includes \r\n is not displayed correctly.
URL: https://github.com/apache/zeppelin/pull/3302
 
 
   ### What is this PR for?
   When paragraph text output includes `\r\n`, it is not displayed correctly in 
paragraph result.
   
   Expected result
   
![image](https://user-images.githubusercontent.com/1540981/52189818-da9e8680-27ef-11e9-8d17-790101677a9b.png)
   
   Current behavior (displays empty result)
   
![image](https://user-images.githubusercontent.com/1540981/52189831-e8540c00-27ef-11e9-8f35-bc79b21669e3.png)
   
   
   ### What type of PR is it?
   Bug Fix
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/ZEPPELIN-3988
   
   ### How should this be tested?
   run
   
   ```
   %python
   print("Hello world\r\n")
   ```
   
   and see if output is displayed correctly.
   
   ### Questions:
   * Does the licenses files need update? no
   * Is there breaking changes for older versions? no
   * Does this needs documentation? no
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] Leemoonsoo opened a new pull request #3302: [ZEPPELIN-3988] Paragraph Text output includes \r\n is not displayed correctly.

2019-02-03 Thread GitBox
Leemoonsoo opened a new pull request #3302: [ZEPPELIN-3988] Paragraph Text 
output includes \r\n is not displayed correctly.
URL: https://github.com/apache/zeppelin/pull/3302
 
 
   ### What is this PR for?
   When paragraph text output includes `\r\n`, it is not displayed correctly in 
paragraph result.
   
   Expected result
   
![image](https://user-images.githubusercontent.com/1540981/52189818-da9e8680-27ef-11e9-8d17-790101677a9b.png)
   
   Current behavior (displays empty result)
   
![image](https://user-images.githubusercontent.com/1540981/52189831-e8540c00-27ef-11e9-8f35-bc79b21669e3.png)
   
   
   ### What type of PR is it?
   Bug Fix
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/ZEPPELIN-3988
   
   ### How should this be tested?
   run
   
   ```
   %python
   print("Hello world\r\n")
   ```
   
   and see if output is displayed correctly.
   
   ### Questions:
   * Does the licenses files need update? no
   * Is there breaking changes for older versions? no
   * Does this needs documentation? no
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services