Closed vavison closed 4 years ago
We should be able to use checks with commas in such as col_a in ('abc', 'def') in the Deequ genericSqlCheck
col_a in ('abc', 'def')
Currently checks like these are parsed incorrectly due to splitting being done on a comma
Expected Behavior
We should be able to use checks with commas in such as
col_a in ('abc', 'def')
in the Deequ genericSqlCheckActual Behavior
Currently checks like these are parsed incorrectly due to splitting being done on a comma