I personally think we should not remove these commands, unless they become really painful to maintain.
Igniters, anyone in the community wants to pick up IGNITE-945 <https://issues.apache.org/jira/browse/IGNITE-945>? Does not look like a complicated fix. Thanks, D. On Mon, Jun 20, 2016 at 6:23 AM, Sergey Kozlov <skoz...@gridgain.com> wrote: > Hi Igniters > > I've reviewed the API <http://apacheignite.gridgain.org/docs/rest-api> for > HTTP Rest provided by Ignite and have a question: do we really need some > commands which cover the particular cases of value type like > increment/decrement (value is integer) or append/prepend (value is string). > Moreover last pair of commands actually don't work (ticket > <https://issues.apache.org/jira/browse/IGNITE-945> has been filed by me a > year ago!). > Such commands helps to test Rest but they're away from real use cases. > > I suppose they could be marked as deprecated for 1.7 and removed for 1.8. > Any such operation should be implemented via SQL level. > > Thoughts? > > -- > Sergey Kozlov > GridGain Systems > www.gridgain.com >