mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix travis error
This commit is contained in:
parent
43d81f6b5c
commit
f8352c774f
1 changed files with 2 additions and 2 deletions
|
|
@ -95,12 +95,12 @@ abstract class RInterpreter(properties : Properties, startSpark : Boolean = true
|
|||
override def getScheduler : Scheduler = rContext.getScheduler
|
||||
|
||||
// TODO: completion is disabled because it could not be tested with current Zeppelin code
|
||||
def completion(buf :String,cursor : Int) : List[String] = Array[String]("").toList
|
||||
/*def completion(buf :String,cursor : Int) : List[String] = Array[String]("").toList
|
||||
|
||||
private[rinterpreter] def hiddenCompletion(buf :String,cursor : Int) : List[String] =
|
||||
rContext.evalS1(s"""
|
||||
|rzeppelin:::.z.completion("$buf", $cursor)
|
||||
""".stripMargin).toList
|
||||
""".stripMargin).toList*/
|
||||
}
|
||||
|
||||
object RInterpreter {
|
||||
|
|
|
|||
Loading…
Reference in a new issue