Reflect the Spark `mode` setting in the reader
Abierto
enhancement
- Lenguaje dominante
- Scala
- Estrellas
- 4
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## 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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.