Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Not sure why this is happening, but for some older compilers I'm seeing
terminate called after throwing an instance of 'std::invalid_argument'
what(): stoi
since https://github.com/apache/arrow/pull/3423
Possible cause is that there is no int8_t version of https://en.cppreference.com/w/cpp/string/basic_string/to_string so it might not convert it to a proper string representation of the number.
Any insight on why this could be happening is appreciated.