Skip to content

Commit 2b3a821

Browse files
authored
pub use FooterTail (#7440)
1 parent b1dd56c commit 2b3a821

File tree

1 file changed

+1
-1
lines changed
  • parquet/src/file/metadata

1 file changed

+1
-1
lines changed

parquet/src/file/metadata/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ use crate::schema::types::{
120120
};
121121
#[cfg(feature = "encryption")]
122122
use crate::thrift::{TCompactSliceInputProtocol, TSerializable};
123-
pub use reader::ParquetMetaDataReader;
123+
pub use reader::{FooterTail, ParquetMetaDataReader};
124124
use std::ops::Range;
125125
use std::sync::Arc;
126126
pub use writer::ParquetMetaDataWriter;

0 commit comments

Comments
 (0)