You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, sorry right now there is no option in Abris to solve that. I created a ticket for it #183. For now the only option is to detect and replace/fix that row before Abris is called.
caseNonFatal(e) =>thrownewSparkException("Malformed records are detected in record parsing.", e)
I just don't throw an exception but return an empty row and log some error.
I guess this is quite specific to my use case, so I am not sure this would be appropriate to incoporate it upstream.
Hello!
I am currently facing the following issue:
I would like to be able to ignore such cases where deserialization fails, but am struggling to find a nice solution.
Would you have any idea?
The text was updated successfully, but these errors were encountered: