What happens if I expect `person.name` to return a string but the dataset contains e.g. a numeric literal: - Runtime error - Error at wrapping time - Is this configurable?
What happens if I expect
person.nameto return a string but the dataset contains e.g. a numeric literal: