Return-Path: X-Original-To: apmail-asterixdb-notifications-archive@minotaur.apache.org Delivered-To: apmail-asterixdb-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0709718819 for ; Sun, 7 Feb 2016 16:13:33 +0000 (UTC) Received: (qmail 25806 invoked by uid 500); 7 Feb 2016 16:13:32 -0000 Delivered-To: apmail-asterixdb-notifications-archive@asterixdb.apache.org Received: (qmail 25771 invoked by uid 500); 7 Feb 2016 16:13:32 -0000 Mailing-List: contact notifications-help@asterixdb.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.incubator.apache.org Delivered-To: mailing list notifications@asterixdb.incubator.apache.org Received: (qmail 25762 invoked by uid 99); 7 Feb 2016 16:13:32 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Feb 2016 16:13:32 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 38283C00E6 for ; Sun, 7 Feb 2016 16:13:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.919 X-Spam-Level: X-Spam-Status: No, score=0.919 tagged_above=-999 required=6.31 tests=[SPF_FAIL=0.919] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id G5oBz8sI6wnw for ; Sun, 7 Feb 2016 16:13:29 +0000 (UTC) Received: from unhygienix.ics.uci.edu (unhygienix.ics.uci.edu [128.195.14.130]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 15E86258C8 for ; Sun, 7 Feb 2016 16:13:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by unhygienix.ics.uci.edu (Postfix) with ESMTP id 8A7F4241937; Sun, 7 Feb 2016 08:09:11 -0800 (PST) Date: Sun, 7 Feb 2016 08:09:11 -0800 From: "abdullah alamoudi (Code Review)" To: Michael Blow CC: Till Westmann , Jenkins , Yingyi Bu , Ian Maxon , Murtadha Hubail Reply-To: bamousaa@gmail.com X-Gerrit-MessageType: comment Subject: Change in asterixdb[master]: ASTERIXDB-1271: Revisit UUID Implementation X-Gerrit-Change-Id: I9e90d42f6b62f80ad180dbd0c8c852db85b14173 X-Gerrit-ChangeURL: X-Gerrit-Commit: e8cd7f63b9a023fb1f3072fb6b83e8390c11bad7 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.8.4 Message-Id: <20160207160911.8A7F4241937@unhygienix.ics.uci.edu> abdullah alamoudi has posted comments on this change. Change subject: ASTERIXDB-1271: Revisit UUID Implementation ...................................................................... Patch Set 6: (1 comment) https://asterix-gerrit.ics.uci.edu/#/c/610/6/asterix-om/src/main/java/org/apache/asterix/dataflow/data/nontagged/printers/adm/AUUIDPrinter.java File asterix-om/src/main/java/org/apache/asterix/dataflow/data/nontagged/printers/adm/AUUIDPrinter.java: Line 41: ps.print(buf.toString()); the bug is here and is caused by the missing "\")" at the end of the printed uuid. -- To view, visit https://asterix-gerrit.ics.uci.edu/610 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9e90d42f6b62f80ad180dbd0c8c852db85b14173 Gerrit-PatchSet: 6 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Michael Blow Gerrit-Reviewer: Ian Maxon Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Michael Blow Gerrit-Reviewer: Murtadha Hubail Gerrit-Reviewer: Till Westmann Gerrit-Reviewer: Yingyi Bu Gerrit-Reviewer: abdullah alamoudi Gerrit-HasComments: Yes