Skip to content

Commit

Permalink
Fix test failures related to apache#1697
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed May 13, 2022
1 parent b58cd74 commit dd16ec9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions parquet/src/arrow/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ mod tests {
Field::new("str", DataType::Utf8, false),
Field::new("num", DataType::Int32, false),
]),
true,
false, // (#1697)
)),
false,
),
Expand All @@ -1020,7 +1020,7 @@ mod tests {
Field::new("key", DataType::Utf8, false),
Field::new("value", DataType::Int32, true),
]),
true,
false, // (#1697)
)),
false,
),
Expand Down Expand Up @@ -1609,7 +1609,7 @@ mod tests {
true,
),
]),
true,
false, // #1697
)),
false, // fails to roundtrip keys_sorted
),
Expand All @@ -1632,7 +1632,7 @@ mod tests {
true,
),
]),
true,
false, // #1697
)),
false, // fails to roundtrip keys_sorted
),
Expand Down

0 comments on commit dd16ec9

Please sign in to comment.