Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-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 BCA5918B3E for ; Sat, 20 Feb 2016 00:16:18 +0000 (UTC) Received: (qmail 74472 invoked by uid 500); 20 Feb 2016 00:16:18 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 74371 invoked by uid 500); 20 Feb 2016 00:16:18 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 74339 invoked by uid 99); 20 Feb 2016 00:16:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Feb 2016 00:16:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 106342C14F4 for ; Sat, 20 Feb 2016 00:16:18 +0000 (UTC) Date: Sat, 20 Feb 2016 00:16:18 +0000 (UTC) From: "Hanifi Gunes (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-4416) Quote path separator for windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Hanifi Gunes created DRILL-4416: ----------------------------------- Summary: Quote path separator for windows Key: DRILL-4416 URL: https://issues.apache.org/jira/browse/DRILL-4416 Project: Apache Drill Issue Type: Bug Reporter: Hanifi Gunes Assignee: Hanifi Gunes Windows us backslash as its path separator. We need to do string manipulation using the separator during which the separator must be quoted. This issue proposes (i) creating a global static path separator variable in common and (ii) removing all others and (iii) using quoted separator where need be. -- This message was sent by Atlassian JIRA (v6.3.4#6332)