Reflect the Spark `mode` setting in the reader
Open
enhancement
- Dominant language
- Scala
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Background
Spark has the `mode` setting to describe readers behavior in case of parsing error.
## Feature
Reflect `PERMISSIVE` and `FAILFAST` settings in case of parsing errors.
* `FAILFAST` - in case of parsing error, the process immediately fails with exception
* `PERMISSIVE` - the parsing continues with best effort results
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.