propagate callback error

This commit is contained in:
Philipp Moritz
2016-09-04 13:08:34 -07:00
parent c4c33bd087
commit a428806788
4 changed files with 38 additions and 33 deletions
-2
View File
@@ -17,8 +17,6 @@ arrow::Status DeserializeList(std::shared_ptr<arrow::Array> array, int32_t start
arrow::Status DeserializeTuple(std::shared_ptr<arrow::Array> array, int32_t start_idx, int32_t stop_idx, PyObject* base, PyObject** out);
arrow::Status DeserializeDict(std::shared_ptr<arrow::Array> array, int32_t start_idx, int32_t stop_idx, PyObject* base, PyObject** out);
arrow::Status python_error_to_status();
}
#endif