You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexander Paschenko (JIRA)" <ji...@apache.org> on 2017/04/08 17:10:42 UTC

[jira] [Assigned] (IGNITE-4354) DML: BinaryObjectBuilder does not sort fields in some cases

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

Alexander Paschenko reassigned IGNITE-4354:
-------------------------------------------

    Assignee: Alexander Paschenko

> DML: BinaryObjectBuilder does not sort fields in some cases
> -----------------------------------------------------------
>
>                 Key: IGNITE-4354
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4354
>             Project: Ignite
>          Issue Type: Bug
>          Components: binary, SQL
>    Affects Versions: 1.8
>            Reporter: Pavel Tupitsyn
>            Assignee: Alexander Paschenko
>              Labels: DML
>             Fix For: 2.0
>
>
> One of the setField methods uses TreeMap<> to sort fields, depending on BinaryUtils.FIELDS_SORTED_ORDER.
> However, there are other places where assignedVals is initialized (setField, removeField) which are not updated to use TreeMap.
> Make sure to put this logic in one place.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)