[ 
https://issues.apache.org/jira/browse/IGNITE-16564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roman Puchkovskiy updated IGNITE-16564:
---------------------------------------
    Summary: Automatically convert numerical values if accepting type allows 
lossless conversion  (was: Automatically convert numerical values if accepting 
type allows losless conversion)

> Automatically convert numerical values if accepting type allows lossless 
> conversion
> -----------------------------------------------------------------------------------
>
>                 Key: IGNITE-16564
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16564
>             Project: Ignite
>          Issue Type: Improvement
>          Components: networking
>            Reporter: Roman Puchkovskiy
>            Assignee: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha5
>
>
> SchemaMismatchHandler has a method for handling an incompatible field type 
> change. But in the case when the type change is compatible, we can convert 
> the value automatically.
> One such case is when the accepting type is a supertype of the publishing 
> type (this should be already covered).
> Another case is when both types are numeric and the accepting type is wider 
> than the publishing type and allows a loseless conversion. This second case 
> should be solved under this ticket.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to