[ 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). 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: # binary operations # inserts # TBD? was: 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? > 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). > 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: > # binary operations > # inserts > # TBD? -- This message was sent by Atlassian Jira (v8.20.10#820010)