Pavel Pereslegin created IGNITE-24879:
-----------------------------------------
Summary: Sql. Add planner tests for temporal types coersion.
Key: IGNITE-24879
URL: https://issues.apache.org/jira/browse/IGNITE-24879
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Pavel Pereslegin
Currently we don't have tests for termporal types coersion (we have only
DifferentFamiliesComparisonTypeCoercionTest which checks all incompatible
types).
Need to add tests to check type coersion between:
# date, date
# time(x), time(y)
# timestamp(x), timestamp(y)
# timestamp_with_local_timezone(x), timestamp_with_local_timezone(y)
# timestamp(x), timestamp_with_local_timezone(y)
# timestamp_with_local_timezone(x), timestamp(y)
Operations:
# binary operations
# inserts
# TBD?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)