Warn users when using casting rule on incompatible types
Aperta
feature
Menas
priority: medium
- Lingua principale
- Scala
- Stelle
- 33
- Fork
- 16
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
## Background
When using a casting conformance rule I would expect there to be a warning if I try to cast one type into another that is not compatible with the first one. This results in a `null` field and info in the `errCol`. But we do know which are compatible and which aren't, so we should warn the users.
## Feature
Add warning when casting into incompatible types
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.