Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
douglas-raillard-arm committed Dec 22, 2023
1 parent d8c0878 commit db9aef2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/analysis/trace-tools/src/lib/parquet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,8 @@ where
}
)?;

// If there was any error, some columns might have been appended to but others not, so we
// cannot finalize the files and we should just bail out.
events.collect::<Result<_, MainError>>()?;
eprintln!("COUNT {count}");

Expand Down

0 comments on commit db9aef2

Please sign in to comment.