Spark 2.4.0 Avro Java – cannot resolve method from_avro
I’m trying to run a spark stream from a kafka queue containing Avro messages. As per https://spark.apache.org/docs/latest/sql-data-sources-avro.html I should be able to use from_avro to convert …