Skip to content

Commit

Permalink
remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed May 22, 2024
1 parent aec4f27 commit 43cf435
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ macro_rules! get_statistic {
*scale,
))
}
Some(DataType::Date64) => {
Some(ScalarValue::Date64(Some((*s.$func()))))
}
_ => Some(ScalarValue::Int64(Some(*s.$func()))),
}
}
Expand Down

0 comments on commit 43cf435

Please sign in to comment.