We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c2988 commit 9a4c9d5Copy full SHA for 9a4c9d5
datafusion/substrait/src/logical_plan/producer.rs
@@ -1039,7 +1039,7 @@ fn to_substrait_named_struct(schema: &DFSchemaRef) -> Result<NamedStruct> {
1039
.map(|f| to_substrait_type(f.data_type(), f.is_nullable()))
1040
.collect::<Result<_>>()?,
1041
type_variation_reference: DEFAULT_TYPE_VARIATION_REF,
1042
- nullability: r#type::Nullability::Unspecified as i32,
+ nullability: r#type::Nullability::Required as i32,
1043
};
1044
1045
Ok(NamedStruct {
0 commit comments