deequ icon indicating copy to clipboard operation
deequ copied to clipboard

allow nullable matcher pattern for hasPattern (#342)

Open ssilb4 opened this issue 2 years ago • 0 comments

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.

ssilb4 avatar Jul 14 '22 08:07 ssilb4