zhuqi-lucas commented on code in PR #7534:
URL: https://github.com/apache/arrow-rs/pull/7534#discussion_r2099259412


##########
arrow-array/src/temporal_conversions.rs:
##########
@@ -215,28 +215,28 @@ pub(crate) fn split_second(v: i64, base: i64) -> (i64, 
u32) {
     (v.div_euclid(base), v.rem_euclid(base) as u32)
 }
 
-/// converts a `i64` representing a `duration(s)` to [`Duration`]
+/// converts a `i64` representing a `duration(s)` to [`Option<Duration>`]

Review Comment:
   Thank you @alamb for good suggestions! Addressed the option1 in latest PR, i 
think it's more clear.



##########
arrow-cast/Cargo.toml:
##########
@@ -37,6 +37,7 @@ all-features = true
 
 [features]
 prettyprint = ["comfy-table"]
+default     = ["prettyprint"]

Review Comment:
   Addressed in latest PR, thanks @alamb .



-- 
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]

Reply via email to