[
https://issues.apache.org/jira/browse/IGNITE-24879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Pereslegin updated IGNITE-24879:
--------------------------------------
Description:
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).
was:
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 interval types are not supported).
> 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
> 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)