Warn users when using casting rule on incompatible types
Offen
feature
Menas
priority: medium
- Vorherrschende Sprache
- Scala
- Sterne
- 33
- Forks
- 16
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
## 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
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.