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:
Jeff Zhang 2017-01-26 22:56:26 +08:00
parent 16a18de970
commit ded4118b56

View file

@ -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();