Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
zenus committed Jun 15, 2024
1 parent 50371f9 commit d7fe74e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ impl RangeJoinState {
.iter()
.map(|c| BlockEntry {
value: Value::Scalar(Scalar::Null),
data_type: c.data_type.wrap_nullable(),
data_type: c.data_type.clone(),
})
.collect::<Vec<_>>();
let right_unmatch_block = DataBlock::new(nullable_columns, unmatches.len());
Expand Down

0 comments on commit d7fe74e

Please sign in to comment.