viirya commented on code in PR #229:
URL: 
https://github.com/apache/arrow-datafusion-comet/pull/229#discussion_r1543250642


##########
core/src/execution/datafusion/expressions/utils.rs:
##########
@@ -178,7 +178,7 @@ fn pre_timestamp_cast(array: ArrayRef, timezone: String) -> 
ArrayRef {
                     let datetime = 
as_datetime::<TimestampMicrosecondType>(value).unwrap();
                     let offset = tz.offset_from_utc_datetime(&datetime).fix();
                     let datetime = datetime + offset;
-                    datetime.timestamp_micros()

Review Comment:
   Hmm, it this deprecated? I saw only `timestamp_nanos` is deprecated?



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