Commits


Praveen authored and Wes McKinney committed 91c585d54b6
ARROW-4100: [Gandiva][C++] Fix regex for special character dot. Make dot a special character that needs to be escaped, else it does not match the sql standards. Author: Praveen <praveen@dremio.com> Closes #3241 from praveenbingo/regex and squashes the following commits: 7792fec23 <Praveen> ARROW-4100: Add more valgrind suppressions. 12fb046e2 <Praveen> ARROW-4050: Fix valgrind suppressions. e97d38375 <Praveen> ARROW-4050: Fix regex for special character dot.