hello,
I have a spark StructuredStreaming job : the source is a kafka topic in json.
it work find with databricks 14.2, but when a change to 14.3LTS, I have a NPE in CreateJacksonParser:
Caused by: NullPointerException:
at org.apache.spark.sql.catalyst.json.CreateJacksonParser$.internalRow(CreateJacksonParser.scala:93)
Do you have any idea what this error is?
Regards