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


##########
datafusion/physical-expr/src/datetime_expressions.rs:
##########
@@ -462,6 +462,7 @@ fn date_bin_months_interval(stride_months: i64, source: 
i64, origin: i64) -> i64
     bin_time.timestamp_nanos()
 }
 
+#[allow(deprecated)]

Review Comment:
   ```
      --> datafusion/physical-expr/src/datetime_expressions.rs:469:22
       |
   469 |     DateTime::<Utc>::from_utc(date, Utc)
       |                      ^^^^^^^^
       |
       = note: `-D deprecated` implied by `-D warnings`
   ```
   
   I think this is not from substrait upgrade, but CI complains about it.



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