waitingkuo commented on code in PR #2924:
URL: https://github.com/apache/arrow-datafusion/pull/2924#discussion_r923675010


##########
datafusion/physical-expr/src/datetime_expressions.rs:
##########
@@ -333,6 +333,8 @@ pub fn date_part(args: &[ColumnarValue]) -> 
Result<ColumnarValue> {
     }
     let (date_part, array) = (&args[0], &args[1]);
 
+    println!("date_part --> {:?}", date_part.data_type());

Review Comment:
   just fixed, apologize for the carelessness



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to