incubator-gluten icon indicating copy to clipboard operation
incubator-gluten copied to clipboard

[GLUTEN-6309][VL]cast timestamp to date

Open sharmaplkt opened this issue 1 year ago • 1 comments

What changes were proposed in this pull request?

Observed fallbacks in Velox when casting timestamp to date. This PR addresses this by adding support for cast(timestamp as date). Before: image

After: image

(Fixes: #6309)

How was this patch tested?

Added UT. Added screenshots from manual testing.

sharmaplkt avatar Jul 02 '24 09:07 sharmaplkt

https://github.com/apache/incubator-gluten/issues/6309

github-actions[bot] avatar Jul 02 '24 09:07 github-actions[bot]

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

github-actions[bot] avatar Aug 21 '24 01:08 github-actions[bot]

This PR was auto-closed because it has been stalled for 10 days with no activity. Please feel free to reopen if it is still valid. Thanks.

github-actions[bot] avatar Aug 31 '24 01:08 github-actions[bot]

Casting TIMESTAMP is taken care of by https://github.com/apache/incubator-gluten/pull/8743.

JunhyungSong avatar May 19 '25 16:05 JunhyungSong