Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcasale committed Apr 8, 2024
1 parent b85037e commit 271fbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench-vortex/src/medicare_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ use vortex_error::VortexError;
use vortex_schema::DType;

use crate::data_downloads::{decompress_bz2, download_data, parquet_to_lance};
use crate::reader::{compress_csv_to_vortex, default_csv_format, write_csv_as_parquet};
use crate::idempotent;
use crate::reader::{compress_csv_to_vortex, default_csv_format, write_csv_as_parquet};

pub fn medicare_data_csv() -> PathBuf {
let fname = "Medicare1_1.csv.bz2";
Expand Down

0 comments on commit 271fbd7

Please sign in to comment.