-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[ZEPPELIN-1078] Does not show the text result in the paragraph sometimes. #1104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
It seems that the CI fail is related to #1084. |
|
re-trigger CI |
|
re-trigger CI |
|
So you think \cc @felizbear @corneadoug for review |
|
@bzz Thank you for reviewing. |
|
I'm currently writing a giant review as I'm testing things |
|
@bzz @astroshim Removing A quick fix is indeed to remove The overall issue is that the implementation of the streaming feature in interpreters for the TEXT result type is not consistent. And since the issue is complex and need of lot of explanations, I will create a separate issue. We can keep this PR as a quick fix |
|
@corneadoug The implementation of the streaming feature in interpreters for the TEXT result type is already a problem because the paragraph results are cleared before rendering result in the Then in this PR, can I just remove |
|
@astroshim Yes, its the best way for now |
|
@corneadoug Thank you for making clear. I fixed the code as you advised. |
|
re-trigger CI |
|
LGTM |
|
Merging if there is no more discussions |
|
Thank you for great feedback @corneadoug and prompt fixes @astroshim Looks great to me! |
|
@astroshim Can you rebase with master? |
|
@corneadoug I rebased. thanks. |
…mes. ### What is this PR for? This PR fixes the problem that does not show the text result in the paragraph sometimes. ### What type of PR is it? Bug Fix ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1078 ### How should this be tested? Try run python code constantly like screenshot. ### Screenshots (if appropriate) - before  ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: astroshim <hsshim@nflabs.com> Closes apache#1104 from astroshim/ZEPPELIN-1078 and squashes the following commits: e0044db [astroshim] rebase 189c5eb [astroshim] remove resultRefreshed from TEXT type only ec44166 [astroshim] remove resultRefreshed from TEXT type only edf2397 [astroshim] Merge branch 'master' into ZEPPELIN-1078 441357c [astroshim] remove resultRefreshed value.
What is this PR for?
This PR fixes the problem that does not show the text result in the paragraph sometimes.
What type of PR is it?
Bug Fix
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1078
How should this be tested?
Try run python code constantly like screenshot.
Screenshots (if appropriate)
Questions: