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

[Python] Convert Values String looks like it has incorrect error handling

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.1.0
    • Python
    • None

    Description

      In pyarrow/adapters/pandas.cc:
      There looks like there are at least a couple of instances of code of this sort
      `693 out_values[i] = make_pystring(data, length);
      694 if (out_values[i] == nullptr)

      { 695 return Status::OK(); 696 }

      `

      I believe this should be returning an error status. wesmckinn?

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: