kazuyukitanimura commented on code in PR #1387:
URL: https://github.com/apache/datafusion-comet/pull/1387#discussion_r1955309371


##########
native/spark-expr/src/utils.rs:
##########
@@ -72,9 +72,6 @@ pub fn array_with_timezone(
                 Some(DataType::Timestamp(_, Some(_))) => {
                     timestamp_ntz_to_timestamp(array, timezone.as_str(), 
Some(timezone.as_str()))
                 }
-                Some(DataType::Timestamp(_, None)) => {

Review Comment:
   +1 for removing this as I see that this came in as a part of 
https://github.com/apache/datafusion-comet/pull/1318



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

Reply via email to