mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Style fix
This commit is contained in:
parent
a92494bd51
commit
0305a3c4a1
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class ScioInterpreter(property: Properties) extends Interpreter(property) {
|
|||
settings.embeddedDefaults(scioClassLoader)
|
||||
|
||||
// No need for bigquery dumps
|
||||
sys.props("bigquery.plugin.disable.dump") = "true"
|
||||
sys.props("bigquery.plugin.disable.dump") = true.toString
|
||||
|
||||
REPL.settings_=(settings)
|
||||
REPL.createInterpreter()
|
||||
|
|
|
|||
Loading…
Reference in a new issue