Open zargot opened 1 week ago
@yulric, shouldn't this only trigger the missing-required-value rule when it's empty, if it's required in the first place?
error: contacts(phone, 2): Value "" (of length 0) is less than the min length of "10" [less_than_min_length]
contacts(phone, 2): Value "" (of length 0) is less than the min length of "10" [less_than_min_length]
linux
3.8
Yes, since an empty string is considered null/missing, this should not trigger a length rule. It could trigger a missing values found rule if its enabled for that column.
Bug Description
@yulric, shouldn't this only trigger the missing-required-value rule when it's empty, if it's required in the first place?
error:
contacts(phone, 2): Value "" (of length 0) is less than the min length of "10" [less_than_min_length]
The operating system on which the bug occured
linux
Python Version
3.8