samuelcolvin commented on code in PR #11454:
URL: https://github.com/apache/datafusion/pull/11454#discussion_r1709239187
##########
datafusion/expr/src/columnar_value.rs:
##########
@@ -206,7 +245,18 @@ impl ColumnarValue {
scalar.to_array()?
}
} else {
- scalar.to_array()?
+ // Arrow by default will parse str as Month for unit
MonthDayNano.
+ // So we need to be explict that we want it to parse
as second.
Review Comment:
should we also fix this in arrow? @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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]