You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2021/08/05 01:43:00 UTC

[jira] [Created] (ARROW-13567) [C++] ConvertOptions::Defaults leaves `timestamp_parsers` uninitialized

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)