Skip to content

Commit 8591703

Browse files
committed
Fix real bug in test
1 parent fc29baa commit 8591703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/proto/tests/cases/roundtrip_logical_plan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,7 @@ fn round_trip_datatype() {
17861786
),
17871787
DataType::Union(
17881788
UnionFields::try_new(
1789-
vec![5, 8, 1],
1789+
vec![5, 8, 1, 100],
17901790
vec![
17911791
Field::new("nullable", DataType::Boolean, false),
17921792
Field::new("name", DataType::Utf8, false),

0 commit comments

Comments
 (0)