Skip to content

Commit

Permalink
Remove accidentally duplicated branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mcheshkov committed Aug 26, 2024
1 parent 8b4a5ca commit 4d8ef58
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arrow/src/util/integration_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,6 @@ impl ArrowJsonBatch {
let arr = Int64Array::from(arr.data().clone());
arr.equals_json(&json_array.iter().collect::<Vec<&Value>>()[..])
}
DataType::Int64
| DataType::Date64
| DataType::Time64(_)
| DataType::Timestamp(_, _)
| DataType::Duration(_) => {
let arr = Int64Array::from(arr.data().clone());
arr.equals_json(&json_array.iter().collect::<Vec<&Value>>()[..])
}
DataType::Interval(IntervalUnit::YearMonth) => {
let arr = IntervalYearMonthArray::from(arr.data().clone());
arr.equals_json(&json_array.iter().collect::<Vec<&Value>>()[..])
Expand Down

0 comments on commit 4d8ef58

Please sign in to comment.