Hi, Is there - or are there plans for implementing - an atomic increment method for a column value in the REST API? I noticed such a method in Thrift.
Just thinking of a way to increment a column value integer in a single operation - avoiding the need for a GET request followed by a PUT request. Thanks Mark
