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


##########
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:
   I would be surprised if it came in for fuzz tests since the blame has the 
line coming in with the experimental native scans PR. AFAIK, parquet_support no 
longer depends on utils.rs after this PR. I was also just removing this errant 
line.



-- 
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...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to