From notifications-return-70-archive-asf-public=cust-asf.ponee.io@nemo.apache.org Wed Jan 30 08:28:32 2019 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 4CDF218077F for ; Wed, 30 Jan 2019 09:28:30 +0100 (CET) Received: (qmail 96772 invoked by uid 500); 30 Jan 2019 08:28:29 -0000 Mailing-List: contact notifications-help@nemo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nemo.apache.org Delivered-To: mailing list notifications@nemo.apache.org Received: (qmail 96713 invoked by uid 99); 30 Jan 2019 08:28:29 -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, 30 Jan 2019 08:28:29 +0000 From: GitBox To: notifications@nemo.apache.org Subject: [GitHub] jeongyooneo commented on a change in pull request #191: [NEMO-332] Refactor RunTimePass Message-ID: <154883690866.20833.12016881745473703023.gitbox@gitbox.apache.org> Date: Wed, 30 Jan 2019 08:28:28 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit jeongyooneo commented on a change in pull request #191: [NEMO-332] Refactor RunTimePass URL: https://github.com/apache/incubator-nemo/pull/191#discussion_r252127319 ########## File path: common/src/main/java/org/apache/nemo/common/ir/vertex/executionproperty/MinParallelismProperty.java ########## @@ -23,13 +23,13 @@ /** * Parallelism ExecutionProperty. */ -public final class ParallelismProperty extends VertexExecutionProperty { +public final class MinParallelismProperty extends VertexExecutionProperty { Review comment: What differs 'MinParallelism' and 'Parallelism'? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services