mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
use user instead of ""
This commit is contained in:
parent
0ff80ec987
commit
03b2f203e8
1 changed files with 1 additions and 1 deletions
|
|
@ -589,7 +589,7 @@ public class Paragraph extends Job implements Serializable, Cloneable {
|
|||
}
|
||||
|
||||
private boolean isValidInterpreter(String replName) {
|
||||
return factory.getInterpreter("",
|
||||
return factory.getInterpreter(user,
|
||||
note.getId(), replName) != null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue