Leverage the `columnNameOfCorruptRecord` existence in case of parsing errors
Open
enhancement
- Dominant language
- Scala
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Background
If a special column, which name is specified by Spark `spark.sql.columnNameOfCorruptRecord` setting, exists in the schema, it is used to log parsing errors into it.
## Feature
If the column of the name specified in `spark.sql.columnNameOfCorruptRecord` exists in the schema, use it for logging parsing errors there.
Related to and dependent on #1
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.