Spark - Scala generic type, Encoder error

前端 未结 0 1351
眼角桃花
眼角桃花 2021-01-29 21:08
trait SparkBaseAgg[V] {
  type K

  def getKeys: K
  def reduce(other: V): V
}

case class ABC(
    customerId: Long,
    count: Long
) extends SparkBaseAgg[ABC] {

  ov         


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