cht42 commented on code in PR #9144:
URL: https://github.com/apache/arrow-rs/pull/9144#discussion_r2681467028
##########
arrow-array/src/delta.rs:
##########
@@ -87,199 +86,3 @@ pub(crate) fn sub_days_datetime<Tz: TimeZone>(dt:
DateTime<Tz>, days: i32) -> Op
Ordering::Less => dt.checked_add_days(Days::new(days.unsigned_abs() as
u64)),
}
}
-
-#[cfg(test)]
-mod tests {
Review Comment:
those tests were added when there was a custom function used for
shift_months
(https://github.com/apache/arrow-rs/pull/2031/changes#diff-39c31d552939b8478fb676b059d5920a9c71b6659600348681c9ed7c03ea8485R52).
Now that we use chrono functions, those tests are not necessary anymore
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]