mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Revert "[ZEPPELIN-1982] When using the 'Select * ...' statement doesn't show the response In %sql interpreter"
This reverts commit ba6aab2c39.
This commit is contained in:
parent
16a18de970
commit
ded4118b56
1 changed files with 1 additions and 3 deletions
|
|
@ -293,9 +293,7 @@ public class ZeppelinContext {
|
|||
}
|
||||
|
||||
if (rows.length > maxResult) {
|
||||
msg.append("<!--TABLE_COMMENT-->");
|
||||
msg.append("\n");
|
||||
msg.append("<font color=red>Results are limited by " + maxResult + ".</font>");
|
||||
msg.append("\n<font color=red>Results are limited by " + maxResult + ".</font>");
|
||||
}
|
||||
sc.clearJobGroup();
|
||||
return msg.toString();
|
||||
|
|
|
|||
Loading…
Reference in a new issue