mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix InterpreterOutput of PySparkInterpreterTest case
This commit is contained in:
parent
b55aceb8af
commit
99621818ae
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ public class PySparkInterpreterTest {
|
|||
pySparkInterpreter.open();
|
||||
}
|
||||
|
||||
context = new InterpreterContext("note", "id", "title", "text",
|
||||
context = new InterpreterContext("note", "id", null, "title", "text",
|
||||
new AuthenticationInfo(),
|
||||
new HashMap<String, Object>(),
|
||||
new GUI(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue