Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 64576200D36 for ; Mon, 6 Nov 2017 09:36:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 62CFF160BEC; Mon, 6 Nov 2017 08:36:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A80C91609E0 for ; Mon, 6 Nov 2017 09:36:32 +0100 (CET) Received: (qmail 90915 invoked by uid 500); 6 Nov 2017 08:36:31 -0000 Mailing-List: contact notifications-help@asterixdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.apache.org Delivered-To: mailing list notifications@asterixdb.apache.org Received: (qmail 90906 invoked by uid 99); 6 Nov 2017 08:36:31 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Nov 2017 08:36:31 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 34A0B180784 for ; Mon, 6 Nov 2017 08:36:31 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-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-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id IWq_eOUoe2rs for ; Mon, 6 Nov 2017 08:36:30 +0000 (UTC) Received: from vitalstatistix.ics.uci.edu (vitalstatistix.ics.uci.edu [128.195.52.38]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id B012560D24 for ; Mon, 6 Nov 2017 08:36:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vitalstatistix.ics.uci.edu (Postfix) with ESMTP id 1844C100810; Mon, 6 Nov 2017 00:36:29 -0800 (PST) Date: Mon, 6 Nov 2017 00:36:29 -0800 From: "Taewoo Kim (Code Review)" To: Taewoo Kim CC: Jenkins , Till Westmann , abdullah alamoudi Reply-To: wangsaeu@gmail.com X-Gerrit-MessageType: comment Subject: Change in asterixdb[master]: [NO ISSUE][RT][IDX] Simplify index.createAccessor() X-Gerrit-Change-Id: Iae015c342e830c81d666428447b595280139740e X-Gerrit-ChangeURL: X-Gerrit-Commit: 2e890ca010080cd5436603757d3f4220737cef0f 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.12.7 Message-Id: <20171106083629.1844C100810@vitalstatistix.ics.uci.edu> archived-at: Mon, 06 Nov 2017 08:36:33 -0000 Taewoo Kim has posted comments on this change. Change subject: [NO ISSUE][RT][IDX] Simplify index.createAccessor() ...................................................................... Patch Set 6: (1 comment) @Abdullah: thanks for the comment. @Till: how's your thought on his comment? https://asterix-gerrit.ics.uci.edu/#/c/2120/6/hyracks-fullstack/hyracks/hyracks-storage-common/src/main/java/org/apache/hyracks/storage/common/IIndexAccessParameters.java File hyracks-fullstack/hyracks/hyracks-storage-common/src/main/java/org/apache/hyracks/storage/common/IIndexAccessParameters.java: PS6, Line 42: Map getParametersMap(); > why don't we make the interface have: What you mean is the following? I think put and get implies that we use a map or list. :-) I am fine with this approach, too. How's your thought? @Till? void put(String name, Object value) Object get(String name) -- To view, visit https://asterix-gerrit.ics.uci.edu/2120 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iae015c342e830c81d666428447b595280139740e Gerrit-PatchSet: 6 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Taewoo Kim Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Taewoo Kim Gerrit-Reviewer: Till Westmann Gerrit-Reviewer: abdullah alamoudi Gerrit-HasComments: Yes