Danylo Liakhovetskyi created ZEPPELIN-5610: ----------------------------------------------
Summary: Paragraph's output color unexpectedly changes to green or white in certain situations Key: ZEPPELIN-5610 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5610 Project: Zeppelin Issue Type: Bug Components: front-end, spark, zeppelin-web Affects Versions: 0.10.0 Reporter: Danylo Liakhovetskyi Attachments: image-2021-12-15-10-57-55-260.png, image-2021-12-15-10-58-44-998.png, image-2021-12-15-10-59-35-585.png, image-2021-12-15-11-00-07-316.png, image-2021-12-15-11-01-14-041.png, image-2021-12-15-11-03-06-415.png, image-2021-12-15-11-03-10-293.png If we define too many scala functions in a single paragraph, the output is truncated: !image-2021-12-15-10-57-55-260.png! Notice, that the output color is green. Now, let's run another paragraph: !image-2021-12-15-10-58-44-998.png! As you can see, now the output for some reason is also green. This is most likely due to a "green tag" that was never closed in the previous paragraph's output. The same can happen with white color: !image-2021-12-15-10-59-35-585.png! !image-2021-12-15-11-00-07-316.png! This is not a blocker, as we can overcome this issue by nesting our functions in an object or a trait, so the output is shorter for the paragraph. But it's still a bug that can lead to hours of trying to understand why your output is white (basically invisible). !image-2021-12-15-11-01-14-041.png! !image-2021-12-15-11-03-10-293.png! -- This message was sent by Atlassian Jira (v8.20.1#820001)