viirya commented on code in PR #6638:
URL: https://github.com/apache/arrow-datafusion/pull/6638#discussion_r1225921305


##########
datafusion/physical-expr/src/datetime_expressions.rs:
##########
@@ -329,7 +329,7 @@ pub fn date_trunc(args: &[ColumnarValue]) -> 
Result<ColumnarValue> {
         }
         _ => {
             return Err(DataFusionError::Execution(
-                "array of `date_trunc` must be non-null scalar 
Utf8".to_string(),

Review Comment:
   This error message also doesn't read correctly.



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