From issues-return-3861-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Tue Jan 8 22:26:24 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 E8438180676 for ; Tue, 8 Jan 2019 22:26:23 +0100 (CET) Received: (qmail 51441 invoked by uid 500); 8 Jan 2019 21:26:23 -0000 Mailing-List: contact issues-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list issues@phoenix.apache.org Received: (qmail 51432 invoked by uid 99); 8 Jan 2019 21:26:23 -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; Tue, 08 Jan 2019 21:26:23 +0000 From: GitBox To: issues@phoenix.apache.org Subject: =?utf-8?q?=5BGitHub=5D_BinShi-SecularBird_commented_on_a_change_in_pull_r?= =?utf-8?q?equest_=23419=3A_PHOENIX-4009_Run_UPDATE_STATISTICS_command_by_?= =?utf-8?q?using_MR_integration_on=E2=80=A6?= Message-ID: <154698278253.526.6509956724152469819.gitbox@gitbox.apache.org> Date: Tue, 08 Jan 2019 21:26:22 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit BinShi-SecularBird commented on a change in pull request #419: PHOENIX-4009 Run UPDATE STATISTICS command by using MR integration on… URL: https://github.com/apache/phoenix/pull/419#discussion_r246157059 ########## File path: phoenix-core/src/it/java/org/apache/phoenix/end2end/NamespaceDisabledStatsCollectorIT.java ########## @@ -15,24 +15,31 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.phoenix.end2end; +import org.apache.phoenix.schema.stats.BaseStatsCollectorIT; +import org.junit.runners.Parameterized; + import java.util.Arrays; import java.util.Collection; -import org.apache.phoenix.schema.stats.StatsCollectorIT; -import org.junit.runners.Parameterized.Parameters; +public class NamespaceDisabledStatsCollectorIT extends BaseStatsCollectorIT { Review comment: There is unused import "import static org.apache.phoenix.query.QueryServicesOptions.DEFAULT_TASK_HANDLING_INTERVAL_MS;" above this line ---------------------------------------------------------------- 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