kou opened a new pull request #9367: URL: https://github.com/apache/arrow/pull/9367
std::regex provided by MinGW may take a long with Japanese location on Windows. We can use std::regex, boost::regex or RE2 as regular expression engine for this but RE2 doesn't use compatible syntax with others. If we support all of them, we need to maintain multiple regular expressions. It increases maintenance cost. If we don't use regular expression, we don't need to think about regular expression. But we need to maintain hand-written parser. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
