Hi! Is there a way to write a where clause to matc...
# general
m
Hi! Is there a way to write a where clause to match entries that do not match a given regular expression? Using
not
just results in an error message.
x
I think not regex_match is not supported, current solution is to negate the regex (I know sometimes it’s hard)
We should add NOT support for REGEX_MATCH
can you create a github issue
m
OK, thanks.
Isn't this issue similar: https://github.com/apache/incubator-pinot/issues/5797 ? It's on REGEXP_LIKE, but that's what I'm using.
x
true, I think we can use same issue