Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-187

[C++] Decide on how pedantic we want to be about exceptions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.6.0
    • C++
    • None

    Description

      We currently have code sprinkled around constructors that can technically fail because we either do a memcpy/allocation via vector copy constructor (we might be using a move constructor in places) and make_shared<>.

      These are very small memory allocations but they can throw std::bad_alloc.

      Technically, we would need to convert these to use Init or static factories.

      (types.h is one place to look)

      Attachments

        Activity

          People

            wesm Wes McKinney
            emkornfield@gmail.com Micah Kornfield
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: