spark REPL behavior for functions definitions w/ empty argument list in 0.7.0
In the zeppelin 0.7.0 %spark context if i evaluate: +--- def foo():Unit = { print("bar")} +--- response is: +--- foo: ()Unit bar +--- Seems the "print" shouldn't be executed, indeed, if i evaluate: +--- def foo(i:Int):Unit = {print ("bar")} +--- response is: +--- foo: (i: Int)Unit +--- and
Where is this Zeppelin JIRA Ticket?
k the ticket and I don't seem to find it again. Provided I was not day-dreaming, could somebody kindly point me in the right direction? Thanks, Max.