NPE on CreateJacksonParser and Databricks 14.3LTS with Spark StructuredStreaming
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 01:40 AM
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