Commit 19674bd1 authored by Mo Firouz's avatar Mo Firouz
Browse files

Temporarily remove patch support for client operations

parent 7e801564
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1149,6 +1149,7 @@ message TStorageUpdate {
      string from = 4;
      bool conditional = 5;
      int64 assert = 6;
      repeated UpdateOp ops = 7;
    }

    message StorageKey {
+3 −2
Original line number Diff line number Diff line
@@ -202,8 +202,9 @@ func (p *pipeline) storageUpdate(logger *zap.Logger, session *session, envelope
				opString = "merge"
			case MOVE:
				opString = "move"
			case PATCH:
				opString = "patch"
			//TODO Add patch support for client operations
			//case PATCH:
			//	opString = "patch"
			case REMOVE:
				opString = "remove"
			case REPLACE: