Uh oh!
There was an error while loading. Please reload this page.
[ZEPPELIN-1078] Does not show the text result in the paragraph sometimes. - #1104
[ZEPPELIN-1078] Does not show the text result in the paragraph sometimes.#1104astroshim wants to merge 5 commits into
Conversation
astroshim
commented
Jun 29, 2016
It seems that the CI fail is related to #1084. |
astroshim
commented
Jun 29, 2016
re-trigger CI |
astroshim
commented
Jun 30, 2016
re-trigger CI |
bzz
commented
Jul 1, 2016
So you think \cc @felizbear @corneadoug for review |
astroshim
commented
Jul 1, 2016
@bzz Thank you for reviewing. |
corneadoug
commented
Jul 1, 2016
I'm currently writing a giant review as I'm testing things |
corneadoug
commented
Jul 1, 2016
@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 |
astroshim
commented
Jul 1, 2016
@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 |
corneadoug
commented
Jul 2, 2016
@astroshim Yes, its the best way for now |
astroshim
commented
Jul 2, 2016
@corneadoug Thank you for making clear. I fixed the code as you advised. |
astroshim
commented
Jul 3, 2016
re-trigger CI |
corneadoug
commented
Jul 3, 2016
LGTM |
corneadoug
commented
Jul 4, 2016
Merging if there is no more discussions |
bzz
commented
Jul 4, 2016
Thank you for great feedback @corneadoug and prompt fixes @astroshim Looks great to me! |
corneadoug
commented
Jul 5, 2016
@astroshim Can you rebase with master? |
astroshim
commented
Jul 5, 2016
@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> Closesapache#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: