You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2020/08/15 07:29:51 UTC

[GitHub] [zeppelin] zjffdu opened a new pull request #3878: [ZEPPELIN-4996]. Improve table streaming display

zjffdu opened a new pull request #3878:
URL: https://github.com/apache/zeppelin/pull/3878


   ### What is this PR for?
   A few sentences describing the overall goals of the pull request's commits.
   First time? Check out the contributing guide - https://zeppelin.apache.org/contribution/contributions.html
   
   
   ### What type of PR is it?
   [Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring]
   
   ### Todos
   * [ ] - Task
   
   ### What is the Jira issue?
   * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/
   * Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. [ZEPPELIN-533]
   
   ### How should this be tested?
   * First time? Setup Travis CI as described on https://zeppelin.apache.org/contribution/contributions.html#continuous-integration
   * Strongly recommended: add automated unit tests for any new or changed behavior
   * Outline any manual steps to test the PR here.
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the licenses files need update?
   * Is there breaking changes for older versions?
   * Does this needs documentation?
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [zeppelin] Leemoonsoo commented on pull request #3878: [ZEPPELIN-4996]. Improve table streaming display

Posted by GitBox <gi...@apache.org>.
Leemoonsoo commented on pull request #3878:
URL: https://github.com/apache/zeppelin/pull/3878#issuecomment-674908344


   LGTM


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [zeppelin] Reamer commented on pull request #3878: [ZEPPELIN-4996]. Improve table streaming display

Posted by GitBox <gi...@apache.org>.
Reamer commented on pull request #3878:
URL: https://github.com/apache/zeppelin/pull/3878#issuecomment-674370791


   How can you enable/disable this option via the frontend?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [zeppelin] asfgit closed pull request #3878: [ZEPPELIN-4996]. Improve table streaming display

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #3878:
URL: https://github.com/apache/zeppelin/pull/3878


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [zeppelin] zjffdu commented on pull request #3878: [ZEPPELIN-4996]. Improve table streaming display

Posted by GitBox <gi...@apache.org>.
zjffdu commented on pull request #3878:
URL: https://github.com/apache/zeppelin/pull/3878#issuecomment-674415266


   > How can you enable/disable this option via the frontend?
   
   I didn't do it in frontend. I just change the backend. Before this PR, there will be several append operations for table output refresh, after this PR, there will be only one output update operation for each table output refresh. This is the reason with this PR streaming refresh is more smooth.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org