[
https://issues.apache.org/jira/browse/IGNITE-24879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Zhuravkov reassigned IGNITE-24879:
-----------------------------------------
Assignee: Maksim Zhuravkov
> 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
> Assignee: Maksim Zhuravkov
> Priority: Major
> Labels: ignite-3
>
> Currently we don't have tests for termporal types coersion (we have only
> DifferentFamiliesComparisonTypeCoercionTest which checks all incompatible
> types (including temporal types)).
> Need to add tests to check type coersion between:
> * date, date
> * time(a), time(b)
> * timestamp(a), timestamp(b)
> * timestamp_with_local_timezone(a), timestamp_with_local_timezone(b)
> * timestamp(a), timestamp_with_local_timezone(b)
> * timestamp_with_local_timezone(a), timestamp(b)
> Operations:
> Add tests for all applicable operations (see type coersion tests for
> numerics, except arithmetic, since we don't have native types for intervals).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)