Skip to content

Commit

Permalink
include stream
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jul 26, 2024
1 parent 887b02d commit 6fbce8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-stream/src/nodes/zip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl ComputeNode for ZipNode {
}
}

let out_df = concat_df_horizontal(&out)?;
let out_df = concat_df_horizontal(&out, false)?;
out.clear();

let morsel = Morsel::new(out_df, self.out_seq, source_token.clone());
Expand Down

0 comments on commit 6fbce8f

Please sign in to comment.