Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CEC281728D for ; Wed, 1 Oct 2014 00:38:57 +0000 (UTC) Received: (qmail 38946 invoked by uid 500); 1 Oct 2014 00:38:57 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 38919 invoked by uid 500); 1 Oct 2014 00:38:57 -0000 Mailing-List: contact issues-help@drill.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.incubator.apache.org Delivered-To: mailing list issues@drill.incubator.apache.org Received: (qmail 38910 invoked by uid 99); 1 Oct 2014 00:38:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2014 00:38:57 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 01 Oct 2014 00:38:35 +0000 Received: (qmail 37426 invoked by uid 99); 1 Oct 2014 00:38:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2014 00:38:33 +0000 Date: Wed, 1 Oct 2014 00:38:33 +0000 (UTC) From: "Aditya Kishore (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-1473) o.a.d.exec.planner.logical.DrillPushPartitionFilterIntoScan asserts on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DRILL-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14154105#comment-14154105 ] Aditya Kishore commented on DRILL-1473: --------------------------------------- cc' [~amansinha100] Could you please take a look at the patch. > o.a.d.exec.planner.logical.DrillPushPartitionFilterIntoScan asserts on Windows > ------------------------------------------------------------------------------ > > Key: DRILL-1473 > URL: https://issues.apache.org/jira/browse/DRILL-1473 > Project: Apache Drill > Issue Type: Bug > Components: Query Planning & Optimization > Affects Versions: 0.6.0 > Reporter: Aditya Kishore > Assignee: Aditya Kishore > Priority: Blocker > Attachments: DRILL-1473-o.a.d.exec.planner.logical.DrillPushParti.patch > > > And all tests in TestPartitionFilter fail. > This is because on Windows, a file path could be of form {{"file:/X:/path/to/file"}} and code assumes that there can be at max one {{":"}} in the path, otherwise it asserts. -- This message was sent by Atlassian JIRA (v6.3.4#6332)