Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 14FF11038B for ; Wed, 25 Sep 2013 18:54:08 +0000 (UTC) Received: (qmail 473 invoked by uid 500); 25 Sep 2013 18:54:04 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 418 invoked by uid 500); 25 Sep 2013 18:54:04 -0000 Mailing-List: contact dev-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 dev@hive.apache.org Received: (qmail 406 invoked by uid 500); 25 Sep 2013 18:54:04 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 396 invoked by uid 99); 25 Sep 2013 18:54:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Sep 2013 18:54:03 +0000 Date: Wed, 25 Sep 2013 18:54:03 +0000 (UTC) From: "Ashutosh Chauhan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-5360) fix hcatalog checkstyle issue introduced in HIVE-5223 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13777912#comment-13777912 ] Ashutosh Chauhan commented on HIVE-5360: ---------------------------------------- Thanks [~thejas] for quick fix. Apologies to others for breaking build. > fix hcatalog checkstyle issue introduced in HIVE-5223 > ------------------------------------------------------ > > Key: HIVE-5360 > URL: https://issues.apache.org/jira/browse/HIVE-5360 > Project: Hive > Issue Type: Bug > Affects Versions: 0.12.0 > Reporter: Thejas M Nair > Assignee: Thejas M Nair > Fix For: 0.13.0 > > Attachments: HIVE-5360.1.patch > > > The trunk and 0.12 branch have checkstyle failures right now. > {code} > [checkstyle] /home/hortonth/hive_apache/hcatalog/core/src/main/java/org/apache/hcatalog/common/HCatUtil.java:453: method def child at indentation level 6 not at correct indentation, 4 > [checkstyle] /home/hortonth/hive_apache/hcatalog/core/src/main/java/org/apache/hcatalog/common/HCatUtil.java:454: method def child at indentation level 6 not at correct indentation, 4 > [checkstyle] /home/hortonth/hive_apache/hcatalog/core/src/main/java/org/apache/hcatalog/common/HCatUtil.java:455: method def child at indentation level 6 not at correct indentation, 4 > [checkstyle] /home/hortonth/hive_apache/hcatalog/core/src/main/java/org/apache/hcatalog/common/HCatUtil.java:456: method call child at indentation level 6 not at correct indentation, 8 > [checkstyle] /home/hortonth/hive_apache/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatUtil.java:486: method def child at indentation level 3 not at correct indentation, 4 > [checkstyle] /home/hortonth/hive_apache/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatUtil.java:487: method call child at indentation level 3 not at correct indentation, 4 > [checkstyle] /home/hortonth/hive_apache/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatUtil.java:487: method def child at indentation level 3 not at correct indentation, 4 > [checkstyle] /home/hortonth/hive_apache/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatUtil.java:488: method def child at indentation level 3 not at correct indentation, 4 > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira