Skip to content

Commit 9986fb0

Browse files
committed
Fix
1 parent 97b0203 commit 9986fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datafusion/physical-plan/src/joins/hash_join

datafusion/physical-plan/src/joins/hash_join/stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ impl HashJoinStream {
653653
if is_empty && self.filter.is_none() {
654654
let result = build_batch_empty_build_side(
655655
&self.schema,
656-
&build_side.left_data.batch(),
656+
&build_side.left_data.batch().schema(),
657657
&state.batch,
658658
&self.column_indices,
659659
self.join_type,

0 commit comments

Comments
 (0)