deequ
deequ copied to clipboard
allow nullable matcher pattern for hasPattern (#342)
Issue #, if available:
- Currently .hasPattern always fails for null values
Description of changes:
- I checked #342 , so I added isNullAllowed variable, and If isNullAllowed is true, .hasPattern could ignore null.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.