Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Jul 12, 2024
1 parent cd0ab07 commit dd3a80e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions parquet/src/file/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@ impl<'a, W: Write + Send> PageWriter for SerializedPageWriter<'a, W> {
}
}


pub struct ParquetMetadataEncoder<'a, W: Write> {
buf: &'a mut TrackedWrite<W>,
schema: &'a TypePtr,
Expand Down Expand Up @@ -853,7 +852,6 @@ impl<'a, W: Write> ParquetMetadataEncoder<'a, W> {
}
}


#[cfg(test)]
mod tests {
use super::*;
Expand Down
2 changes: 1 addition & 1 deletion parquet/src/thrift.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@

//! Custom thrift definitions
pub use thrift::protocol::TCompactOutputProtocol;
use thrift::protocol::{
TFieldIdentifier, TInputProtocol, TListIdentifier, TMapIdentifier, TMessageIdentifier,
TOutputProtocol, TSetIdentifier, TStructIdentifier, TType,
};
pub use thrift::protocol::TCompactOutputProtocol;

/// Reads and writes the struct to Thrift protocols.
///
Expand Down

0 comments on commit dd3a80e

Please sign in to comment.