PHILO-HE opened a new issue, #5364:
URL: https://github.com/apache/incubator-gluten/issues/5364
### Description
Let's track issues related to Timestamp type here.
* Casting between Timestamp and other types is not fully supported.
See validation check
[here](https://github.com/apache/incubator-gluten/blob/main/cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc#L258).
* Casting semantic difference.
1) E.g., Spark allows lacking hour/minute/second part when casting String
to Timestamp.
2) https://github.com/apache/incubator-gluten/issues/4433
* Unsupported timezones. Timezone is often involved in handling Timestamp.
--
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]