This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 016ad8ee5 minor: Fix cargo fmt (#5263)
016ad8ee5 is described below

commit 016ad8ee5ab0797b2ce467a05844ba0c6da7ecbc
Author: Andrew Lamb <[email protected]>
AuthorDate: Mon Feb 13 12:48:13 2023 +0100

    minor: Fix cargo fmt (#5263)
---
 datafusion/core/src/datasource/file_format/parquet.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/core/src/datasource/file_format/parquet.rs 
b/datafusion/core/src/datasource/file_format/parquet.rs
index fa0c010ee..809be3a7d 100644
--- a/datafusion/core/src/datasource/file_format/parquet.rs
+++ b/datafusion/core/src/datasource/file_format/parquet.rs
@@ -552,7 +552,7 @@ pub(crate) mod test_util {
 
     /// Writes `batches` to a temporary parquet file
     ///
-    /// If multi_page is set to `true`, all batches are written into 
+    /// If multi_page is set to `true`, all batches are written into
     /// one temporary parquet file and the parquet file is written
     /// with 2 rows per data page (used to test page filtering and
     /// boundaries).

Reply via email to