Weston Pace created ARROW-13567:
-----------------------------------
Summary: [C++] ConvertOptions::Defaults leaves `timestamp_parsers`
uninitialized
Key: ARROW-13567
URL: https://issues.apache.org/jira/browse/ARROW-13567
Project: Apache Arrow
Issue Type: Bug
Components: C++
Reporter: Weston Pace
This showed up when I was trying to build the cookbook which was calling
read_csv. The ConvertOptions were copied to create the `ReaderMixin` and this
copy of an uninitialized vector caused `std::bad_alloc`
--
This message was sent by Atlassian Jira
(v8.3.4#803005)