Skip to content

Commit

Permalink
add print
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Jun 11, 2024
1 parent 27128e5 commit 211c39b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crash-repro/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ arrow::Result<std::shared_ptr<arrow::Table>> make_table() {
if (!maybeDoubleArray.ok()) {
std::cout << "Status is : " << maybeDoubleArray.status().message() << std::endl;
}
std::cout << "after check" << std::endl;


ARROW_ASSIGN_OR_RAISE(auto doubleArray, maybeDoubleArray);

Expand Down

0 comments on commit 211c39b

Please sign in to comment.