mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
remove spaces
This commit is contained in:
parent
37a4c1a0c8
commit
e602621bd3
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ public class JDBCInterpreter extends Interpreter {
|
|||
|
||||
Statement statement = getStatement(propertyKey, paragraphId);
|
||||
statement.setMaxRows(getMaxResult());
|
||||
|
||||
|
||||
StringBuilder msg = null;
|
||||
boolean isTableType = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue