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 630B6200CD6 for ; Mon, 17 Jul 2017 04:03:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 616A3163B97; Mon, 17 Jul 2017 02:03:17 +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 9DF4A163B94 for ; Mon, 17 Jul 2017 04:03:16 +0200 (CEST) Received: (qmail 96808 invoked by uid 500); 17 Jul 2017 02:03:15 -0000 Mailing-List: contact issues-help@carbondata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.apache.org Delivered-To: mailing list issues@carbondata.apache.org Received: (qmail 96799 invoked by uid 99); 17 Jul 2017 02:03:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jul 2017 02:03:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DD045E96A8; Mon, 17 Jul 2017 02:03:14 +0000 (UTC) From: ravipesala To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org References: In-Reply-To: Subject: [GitHub] carbondata pull request #1102: [CARBONDATA-1098] Change page statistics use ... Content-Type: text/plain Message-Id: <20170717020314.DD045E96A8@git1-us-west.apache.org> Date: Mon, 17 Jul 2017 02:03:14 +0000 (UTC) archived-at: Mon, 17 Jul 2017 02:03:17 -0000 Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1102#discussion_r127624668 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/ValueEncoderMeta.java --- @@ -32,23 +39,37 @@ /** * maxValue */ - private Object maxValue; + protected Object maxValue; --- End diff -- I feel it is not safe to change even method name or access specifier, just extend this class or wrap it into another class to add more variables or do any changes. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---