From commits-return-22042-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Wed Aug 15 17:06:09 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1C8F218067A for ; Wed, 15 Aug 2018 17:06:08 +0200 (CEST) Received: (qmail 97047 invoked by uid 500); 15 Aug 2018 15:06:08 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 97033 invoked by uid 99); 15 Aug 2018 15:06:08 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2018 15:06:08 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id ACD738538A; Wed, 15 Aug 2018 15:06:07 +0000 (UTC) Date: Wed, 15 Aug 2018 15:06:08 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo] 01/01: Merge pull request #590 from mikewalch/mut-builder MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: mwalch@apache.org In-Reply-To: <153434556751.26020.13917714421671432487@gitbox.apache.org> References: <153434556751.26020.13917714421671432487@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 645bc4a34fb3aaf74d0f93faed9001d4d889d391 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180815150607.ACD738538A@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. mwalch pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo.git commit 645bc4a34fb3aaf74d0f93faed9001d4d889d391 Merge: 050a166 64839ab Author: Mike Walch AuthorDate: Wed Aug 15 11:06:04 2018 -0400 Merge pull request #590 from mikewalch/mut-builder ACCUMULO-4746 Fluent API for Mutation .../org/apache/accumulo/core/data/Mutation.java | 496 ++++++++++++++++++++- .../apache/accumulo/core/data/MutationTest.java | 216 +++++++++ 2 files changed, 698 insertions(+), 14 deletions(-)