Skip to content

Commit

Permalink
Revert OnCloseRowGroup Send
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Sep 27, 2023
1 parent eae2820 commit 9ce9323
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions parquet/src/file/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ pub type OnCloseRowGroup<'a> = Box<
Vec<Option<ColumnIndex>>,
Vec<Option<OffsetIndex>>,
) -> Result<()>
+ 'a
+ Send,
+ 'a,
>;

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

0 comments on commit 9ce9323

Please sign in to comment.