Commits


Benjamin Kietzman authored and Neal Richardson committed fb3006a0cd5
ARROW-7500: [C++][Dataset] Remove std::regex usage `std::regex` is causing errors in older standard libraries and it's overkill for this use case so I'll just remove it See also https://issues.apache.org/jira/browse/ARROW-6445 Closes #6137 from bkietz/7500-Dataset-regex-error-in-hi and squashes the following commits: 7c6df3a98 <Benjamin Kietzman> ARROW-7500: Remove std::regex usage Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>