mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add a line
This commit is contained in:
parent
c43e90bea2
commit
092b314897
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ public class HDFSFileInterpreterTest extends TestCase {
|
|||
|
||||
@Test
|
||||
public void testMaxLength() {
|
||||
|
||||
HDFSFileInterpreter t = new MockHDFSFileInterpreter(new Properties());
|
||||
t.open();
|
||||
InterpreterResult result = t.interpret("ls -l /", null);
|
||||
|
|
|
|||
Loading…
Reference in a new issue