Error while spark dataframe melt in scala using selectexpr

前端 未结 0 1108
时光说笑
时光说笑 2021-01-17 09:57

I am tring to melt spark dataframe in scala using below code

val sourceDf = Seq(
    (None,   None,   Some(3),None),
    (None,   None,   None,   Some(3)),
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题