[ZEPPELIN-4756] Cassandra: Show "No Results" message folded#3801
Closed
alexott wants to merge 1 commit intoapache:masterfrom
Closed
[ZEPPELIN-4756] Cassandra: Show "No Results" message folded#3801alexott wants to merge 1 commit intoapache:masterfrom
alexott wants to merge 1 commit intoapache:masterfrom
Conversation
Contributor
|
@alexott PR description needs to be updated |
Contributor
Author
|
@zjffdu sorry, forgot - fixed now |
Contributor
|
LGTM |
asfgit
pushed a commit
that referenced
this pull request
Jun 17, 2020
### What is this PR for? Right now, when operation returns no results, for example, when executing most operations other than `SELECT` (DDL/INSERT/UPDATE/DELETE/...), interpreter shows the extended information - what hosts were used to execute command, etc. This information occupies a significant amount of the screen space and isn't critical for execution. Given PR provides the same information but folds it by default, saving the screen space. ### What type of PR is it? Improvement ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-4756 ### How should this be tested? * https://travis-ci.org/github/alexott/zeppelin/builds/698161348 ### Screenshots (if appropriate) Old view:  New view:   Author: Alex Ott <alexott@gmail.com> Closes #3801 from alexott/ZEPPELIN-4756 and squashes the following commits: 3b0618c [Alex Ott] [ZEPPELIN-4756] Cassandra: Show "No Results" message folded (cherry picked from commit 84b6a1b) Signed-off-by: Alex Ott <alexott@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR for?
Right now, when operation returns no results, for example, when executing most operations other than
SELECT(DDL/INSERT/UPDATE/DELETE/...), interpreter shows the extended information - what hosts were used to execute command, etc. This information occupies a significant amount of the screen space and isn't critical for execution.Given PR provides the same information but folds it by default, saving the screen space.
What type of PR is it?
Improvement
What is the Jira issue?
How should this be tested?
Screenshots (if appropriate)
Old view:
New view: