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 B257F106A8 for ; Thu, 19 Dec 2013 21:25:07 +0000 (UTC) Received: (qmail 8656 invoked by uid 500); 19 Dec 2013 21:25:07 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 8602 invoked by uid 500); 19 Dec 2013 21:25:07 -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 8593 invoked by uid 500); 19 Dec 2013 21:25:07 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 8590 invoked by uid 99); 19 Dec 2013 21:25:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Dec 2013 21:25:07 +0000 Date: Thu, 19 Dec 2013 21:25:07 +0000 (UTC) From: "Ashutosh Chauhan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-3616) Use Paths consistently 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-3616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-3616: ----------------------------------- Attachment: HIVE-3616.patch Not as ambitious as original patch. But a small step forward. > Use Paths consistently > ---------------------- > > Key: HIVE-3616 > URL: https://issues.apache.org/jira/browse/HIVE-3616 > Project: Hive > Issue Type: Improvement > Components: Diagnosability > Reporter: Ashutosh Chauhan > Attachments: HIVE-3616.incomplete.patch, HIVE-3616.patch > > > Currently, we interchangeably use Path, Uri and Strings in various parts of codebases. This may results in subtle bugs. We should consistently use Path in the codebase. -- This message was sent by Atlassian JIRA (v6.1.4#6159)