felipepessoto opened a new pull request, #12966:
URL: https://github.com/apache/gluten/pull/12966

   ## What changes are proposed in this pull request?
   
   Allow casts between `DATE` and `TIMESTAMP_NTZ` to pass Gluten's 
Substrait-to-Velox validation now that native support is available in 
facebookincubator/velox#17961 and included by #12961.
   
   Add native execution coverage for both cast directions, including `DATE` to 
`TIMESTAMP_NTZ` under a non-UTC session timezone.
   
   This addresses the DATE/TIMESTAMP_NTZ case discussed in #12538 and is 
related to #11622.
   
   ## How was this patch tested?
   
   - Rebuilt the pinned Velox dependency and Gluten native backend with tests 
enabled.
   - `cpp/build/velox/tests/velox_plan_conversion_test 
--gtest_filter='Substrait2VeloxPlanValidatorTest.*'`
   - `./build/mvn test -Pspark-ut -Pbackends-velox -Pspark-3.5 -Pjava-17 
-DargLine="-Dspark.test.home=/opt/shims/spark35/spark_home/" 
-DwildcardSuites=org.apache.gluten.functions.DateFunctionsValidateSuite`
   
   ## Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: GitHub Copilot CLI 1.0.82
   


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