You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Pereslegin (Jira)" <ji...@apache.org> on 2020/04/02 12:03:00 UTC

[jira] [Assigned] (IGNITE-12857) Add ability to put non-primitive data types via HTTP-REST

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

Pavel Pereslegin reassigned IGNITE-12857:
-----------------------------------------

    Assignee: Pavel Pereslegin

> Add ability to put non-primitive data types via HTTP-REST
> ---------------------------------------------------------
>
>                 Key: IGNITE-12857
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12857
>             Project: Ignite
>          Issue Type: Improvement
>          Components: rest
>            Reporter: Aleksey Plekhanov
>            Assignee: Pavel Pereslegin
>            Priority: Major
>
> Currently, we can get values with non-primitive data types via HTTP REST, they are represented in JSON form, but we can't put such values into the cache. Put can be used only with a limited set of data types (see {{GridJettyRestHandler#convert}}).
> The ability to put non-primitive data types should be added (binary object should be created from JSON).
> We should also check that the get operation for such data types after put returns data in the same form. And inserted values correctly matched to query entities for the cache (we should be able to select inserted data via SQL). 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)