We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66fed22 commit 37b048aCopy full SHA for 37b048a
crates/iceberg/src/arrow/record_batch_transformer.rs
@@ -617,17 +617,14 @@ mod test {
617
NestedField::optional(
618
3,
619
"struct_col",
620
- Type::Struct(
621
- crate::spec::StructType::new(vec![
622
- NestedField::optional(
623
- 100,
624
- "inner_field",
625
- Type::Primitive(PrimitiveType::String),
626
- )
627
- .into(),
628
- ])
+ Type::Struct(crate::spec::StructType::new(vec![
+ NestedField::optional(
+ 100,
+ "inner_field",
+ Type::Primitive(PrimitiveType::String),
+ )
629
.into(),
630
- ),
+ ])),
631
)
632
633
])
0 commit comments