goldmedal commented on code in PR #10956:
URL: https://github.com/apache/datafusion/pull/10956#discussion_r1644382887
##########
datafusion/sql/src/unparser/expr.rs:
##########
@@ -859,6 +878,35 @@ impl Unparser<'_> {
}
}
+ fn process_interval_nanosecond(nano: i64) -> String {
Review Comment:
Hmm... OK. I think it would be an enhancement for the ArrowFormatter. If we
want to make it smarter, I think we should modify the behavior in the
`arrow-cast` crate.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]