Skip to content

Commit f50b9c3

Browse files
committed
Fix real bug in test
1 parent 40a6a71 commit f50b9c3

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
@@ -1793,7 +1793,7 @@ fn round_trip_datatype() {
17931793
),
17941794
DataType::Union(
17951795
UnionFields::try_new(
1796-
vec![5, 8, 1],
1796+
vec![5, 8, 1, 100],
17971797
vec![
17981798
Field::new("nullable", DataType::Boolean, false),
17991799
Field::new("name", DataType::Utf8, false),

0 commit comments

Comments
 (0)