We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b0203 commit 9986fb0Copy full SHA for 9986fb0
1 file changed
datafusion/physical-plan/src/joins/hash_join/stream.rs
@@ -653,7 +653,7 @@ impl HashJoinStream {
653
if is_empty && self.filter.is_none() {
654
let result = build_batch_empty_build_side(
655
&self.schema,
656
- &build_side.left_data.batch(),
+ &build_side.left_data.batch().schema(),
657
&state.batch,
658
&self.column_indices,
659
self.join_type,
0 commit comments