From c0aadeb6c7cf37106524eb07a59ee9de69363353 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Thu, 28 Mar 2024 17:51:06 -0400 Subject: [PATCH] Test change for CI --- parquet/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/parquet/src/lib.rs b/parquet/src/lib.rs index db5d72634389..a0d66e524103 100644 --- a/parquet/src/lib.rs +++ b/parquet/src/lib.rs @@ -15,6 +15,7 @@ // specific language governing permissions and limitations // under the License. +//! Test //! //! This crate contains the official Native Rust implementation of //! [Apache Parquet](https://parquet.apache.org/), part of