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 38CA7200B85 for ; Thu, 11 Aug 2016 02:40:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 379D3160AA4; Thu, 11 Aug 2016 00:40:22 +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 A495D160AB1 for ; Thu, 11 Aug 2016 02:40:21 +0200 (CEST) Received: (qmail 23008 invoked by uid 500); 11 Aug 2016 00:40:20 -0000 Mailing-List: contact dev-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 dev@phoenix.apache.org Received: (qmail 22977 invoked by uid 99); 11 Aug 2016 00:40:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2016 00:40:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8BCFD2C02A5 for ; Thu, 11 Aug 2016 00:40:20 +0000 (UTC) Date: Thu, 11 Aug 2016 00:40:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-3036) Modify phoenix IT tests to extend BaseHBaseManagedTimeTableReuseIT MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 11 Aug 2016 00:40:22 -0000 [ https://issues.apache.org/jira/browse/PHOENIX-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416283#comment-15416283 ] ASF GitHub Bot commented on PHOENIX-3036: ----------------------------------------- Github user prakul commented on a diff in the pull request: https://github.com/apache/phoenix/pull/189#discussion_r74356585 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/AppendOnlySchemaIT.java --- @@ -274,36 +285,15 @@ public void testTableAddColumnsDifferentClient() throws Exception { testAddColumns(false); } - public void testCreateTableDropColumns() throws Exception { --- End diff -- its a method which was'nt being used. > Modify phoenix IT tests to extend BaseHBaseManagedTimeTableReuseIT > ------------------------------------------------------------------ > > Key: PHOENIX-3036 > URL: https://issues.apache.org/jira/browse/PHOENIX-3036 > Project: Phoenix > Issue Type: Improvement > Reporter: Samarth Jain > Assignee: prakul agarwal > Fix For: 4.9.0 > > Attachments: PHOENIX-3036.patch > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)