cht42 commented on code in PR #9144:
URL: https://github.com/apache/arrow-rs/pull/9144#discussion_r2692996008
##########
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:
sounds good, added them back. Removed the datetime ones as we don't need
them and added a couple test for the integer overflow handling
--
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]