Skip to content

Commit

Permalink
Add ticket reference
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jun 27, 2022
1 parent 5a791e2 commit 5f1aab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/core/src/physical_plan/join_utils.rs
Expand Up @@ -170,6 +170,7 @@ fn output_join_field(old_field: &Field, join_type: &JoinType, is_left: bool) ->
};

if force_nullable {
// Could cleanup after https://github.com/apache/arrow-rs/issues/1934
Field::new(old_field.name(), old_field.data_type().clone(), true)
} else {
old_field.clone()
Expand Down

0 comments on commit 5f1aab4

Please sign in to comment.