Open zerohun opened 7 months ago
This seems related to your environment and unrelated to ScalaPB, and potentially as a result of some other problem in the Spark job. I haven't come across similar bug reports before. Can you create a minimal project that reproduces this problem, even not consistently?
Env: scalaVersion := "2.12.15" sparkVersion = "3.3.2" // Databricks runtime 12.2 "com.thesamet.scalapb" %% "sparksql33-scalapb0_11" % "1.0.4"
Stack trace:
WrappedPurchaseEvent is a case class that has a protobuf model as a object
This error is happening for reading a hive table as a
Dataset[WrappedPurchaseEvent]
ex)
I'm seeing this error while I'm trying to run it in Databricks. Have anybody experienced this issue? This issue is happening inconsistently. It runs successfully sometime.