large-records
large-records copied to clipboard
Improve error messages
For example, we currently leave HasField
constraints simply unresolved even if we have evidence that a field is definitely not there. We should instead issue a custom error message ("field not present in.."). Similar improvements can be made to the other classes that we resolve.
The same goes for SubRow
.