ZEPPELIN-215: Use JDBC.setMastRows(maxResults) to restrict the size of the displied rows

This commit is contained in:
tzolov 2015-08-10 16:27:13 +02:00
parent c6acd0ea28
commit cef2b95444

View file

@ -177,6 +177,8 @@ public class PostgreSqlInterpreter extends Interpreter {
currentStatement = getJdbcConnection().createStatement();
currentStatement.setMaxRows(maxResult);
StringBuilder msg = null;
boolean isTableType = false;