Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fixed formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexter Duckworth committed Mar 2, 2022
1 parent 8e8b3f4 commit 9e54566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/io/parquet/write/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ mod levels;
mod primitive;
mod row_group;
mod schema;
mod sink;
mod stream;
mod utf8;
mod utils;
mod sink;

use crate::array::*;
use crate::bitmap::Bitmap;
Expand Down Expand Up @@ -40,8 +40,8 @@ pub use parquet2::{
pub use file::FileWriter;
pub use row_group::{row_group_iter, RowGroupIterator};
pub use schema::to_parquet_type;
pub use stream::FileStreamer;
pub use sink::FileSink;
pub use stream::FileStreamer;

pub(self) fn decimal_length_from_precision(precision: usize) -> usize {
// digits = floor(log_10(2^(8*n - 1) - 1))
Expand Down

0 comments on commit 9e54566

Please sign in to comment.