From 9ce932306c17a3f320c786c6e80047ccc88dcbab Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies Date: Wed, 27 Sep 2023 17:12:23 +0100 Subject: [PATCH] Revert OnCloseRowGroup Send --- parquet/src/file/writer.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/parquet/src/file/writer.rs b/parquet/src/file/writer.rs index 859a0aa1f902..cafb1761352d 100644 --- a/parquet/src/file/writer.rs +++ b/parquet/src/file/writer.rs @@ -115,8 +115,7 @@ pub type OnCloseRowGroup<'a> = Box< Vec>, Vec>, ) -> Result<()> - + 'a - + Send, + + 'a, >; // ----------------------------------------------------------------------