Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Impala 2.5.0
Description
This escapes all special characters in regex expression so that user can focus on more human readable input.
i.e. if we want match literal ".*\t" then escape this would be "\\.\\*\t".