How to fix this error “not found: value BMValsProcessor”

前端 未结 1 1886
隐瞒了意图╮
隐瞒了意图╮ 2021-01-27 05:01

How to fix this error in this code

trait Processor00 {
  def process(oraOptionDfConfig: DataFrameReader, sparkSession: SparkSession ): Unit 
}

class BMValsProc         


        
相关标签:
1条回答
  • 2021-01-27 05:55

    Expression BMValsProcessor() is call method apply of object BMValsProcessor

    Look into https://gist.github.com/AndriiStefaniv/902938c71440c3f25769528e5c730d4f

    I tried to fix it.

    0 讨论(0)
提交回复
热议问题