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 6ACE8200AE4 for ; Wed, 25 May 2016 18:21:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 69DE2160A0F; Wed, 25 May 2016 16:21:15 +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 BDC4E160A3A for ; Wed, 25 May 2016 18:21:14 +0200 (CEST) Received: (qmail 61515 invoked by uid 500); 25 May 2016 16:21:13 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 61058 invoked by uid 99); 25 May 2016 16:21:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 May 2016 16:21:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 407592C1F72 for ; Wed, 25 May 2016 16:21:13 +0000 (UTC) Date: Wed, 25 May 2016 16:21:13 +0000 (UTC) From: "Jesus Camacho Rodriguez (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-13357) TxnHandler.checkQFileTestHack() should not call TxnDbUtil.setConfValues() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 25 May 2016 16:21:15 -0000 [ https://issues.apache.org/jira/browse/HIVE-13357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300331#comment-15300331 ] Jesus Camacho Rodriguez commented on HIVE-13357: ------------------------------------------------ Removing 2.1.0 target. Please feel free to commit to branch-2.1 anyway and fix for 2.1.0 if this happens before the release. > TxnHandler.checkQFileTestHack() should not call TxnDbUtil.setConfValues() > ------------------------------------------------------------------------- > > Key: HIVE-13357 > URL: https://issues.apache.org/jira/browse/HIVE-13357 > Project: Hive > Issue Type: Improvement > Affects Versions: 1.3.0, 2.0.0 > Reporter: Eugene Koifman > Assignee: Eugene Koifman > > this should be client side (test side) responsibility > as is, it can sometimes clobber settings made by test client > Longer term we should try not calling TxnDbUtil.prepDb(); from TxnHandler either. > Can probably create a UDF to run this so that Q file tests can init the tables > See if this is even necessary - all TXN tables are part main Derby .sql init file. -- This message was sent by Atlassian JIRA (v6.3.4#6332)