ayushi-agarwal commented on code in PR #7611:
URL: https://github.com/apache/incubator-gluten/pull/7611#discussion_r2023492781


##########
backends-velox/src/test/scala/org/apache/gluten/execution/ScalarFunctionsValidateSuite.scala:
##########
@@ -1438,4 +1438,37 @@ abstract class ScalarFunctionsValidateSuite extends 
FunctionsValidateSuite {
         checkGlutenOperatorMatch[FilterExecTransformer](df)
     }
   }
+
+  test("date_trunc") {

Review Comment:
   @zml1206 I was running part of this test by using your velox changes and it 
was giving incorrect result for year
   Output for this 2015-07-22 10:01:40.123456 was coming to be 2014-12-31 
16:00:00.0 instead of 2015-01-01 00:00:00.0
   It may be due to timezone conversion, could you suggest if I am missing 
something?



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