Description
The FailureSafeParser is used in parsing JSON, CSV files and dataset of strings. It supports the PERMISSIVE, DROPMALFORMED and FAILFAST modes. The ticket aims to make the from_json function compatible to regular parsing via FailureSafeParser and support above modes
Attachments
Issue Links
- causes
-
SPARK-34441 from_json documentation is wrong about malformed JSONs output
- Open
- is duplicated by
-
SPARK-23194 from_json in FAILFAST mode doesn't fail fast, instead it just returns nulls
- Resolved
- links to