Skip to content

Commit

Permalink
set progress bar to 0% prior to starting chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
sslivkoff committed Aug 12, 2023
1 parent 04b952e commit 700283a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/freeze/src/freeze.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub async fn freeze(
let source = Arc::new(source.clone());
let sink = Arc::new(sink.clone());
let mut tasks: Vec<_> = vec![];
bar.inc(0);
for (chunk, chunk_label) in query.chunks.iter() {
// datatypes
for datatype in &datatypes {
Expand Down

0 comments on commit 700283a

Please sign in to comment.