Negation rule issue should not kill the whole job on error
Open
Conformance
feature
priority: medium
under discussion
- Dominant language
- Scala
- Stars
- 33
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
## Describe the bug
Negation conformance rule kills the whole spark job if it encounter unsupported data type.
## To Reproduce
Steps to reproduce the behavior OR commands run:
1. Have a dataset with a conf rule of negation with input column of type string
2. Run conformance
## Expected behaviour
I expect the issue to be written to errCol and not kill the job
Contributor guide
Assessment
This issue has not been assessed yet.