Roman Puchkovskiy created IGNITE-16564:
------------------------------------------

             Summary: Automatically convert numerical values if accepting type 
is wider than publishing type
                 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
             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