You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked the existing definitions and found that there is pretty much no impact. However, we should look into deprecating the % syntax in favor of regex based ones.
alok87
changed the title
conditional_non_pii_keys behavior is not consistent with original LIKE behavior
Conditional_non_pii_keys behavior is not consistent with original LIKE behavior
May 20, 2021
tipoca-stream/redshiftsink/pkg/transformer/masker/mask_config.go
Lines 379 to 383 in ec29410
The above logic is not consistent with the LIKE functionality since:
_
in LIKE should be interpreted as.
in regex. (Ref: SQL LIKE).
,?
, etc.. in LIKE should be treated as literal and should not have special meaning.utf8_general_ci
).The text was updated successfully, but these errors were encountered: