Skip to content

Commit

Permalink
mark OnCloseRowGroup Send (#4893)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinjdangelo authored Oct 5, 2023
1 parent 97a82c0 commit 208da03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parquet/src/file/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ pub type OnCloseRowGroup<'a> = Box<
Vec<Option<ColumnIndex>>,
Vec<Option<OffsetIndex>>,
) -> Result<()>
+ 'a,
+ 'a
+ Send,
>;

// ----------------------------------------------------------------------
Expand Down

0 comments on commit 208da03

Please sign in to comment.