Reflect the Spark `mode` setting in the reader
Ouverte
enhancement
- Langage dominant
- Scala
- Étoiles
- 4
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.