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 59C7F10C5C for ; Mon, 17 Nov 2014 20:43:55 +0000 (UTC) Received: (qmail 4589 invoked by uid 500); 17 Nov 2014 20:43:55 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 4558 invoked by uid 500); 17 Nov 2014 20:43:55 -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 4549 invoked by uid 99); 17 Nov 2014 20:43:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2014 20:43:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Mon, 17 Nov 2014 20:43:54 +0000 Received: (qmail 3620 invoked by uid 99); 17 Nov 2014 20:43:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2014 20:43:33 +0000 Date: Mon, 17 Nov 2014 20:43:33 +0000 (UTC) From: "Rahul Challapalli (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-1336) Support for large number of AND/OR predicates 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-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14215133#comment-14215133 ] Rahul Challapalli commented on DRILL-1336: ------------------------------------------ The query did finish successfully. However there were no results returned. So I couldn't verify the correctness. > Support for large number of AND/OR predicates > --------------------------------------------- > > Key: DRILL-1336 > URL: https://issues.apache.org/jira/browse/DRILL-1336 > Project: Apache Drill > Issue Type: Bug > Affects Versions: 0.4.0 > Reporter: Neeraja > Assignee: Rahul Challapalli > Priority: Critical > Fix For: Future > > Attachments: server_log.out, server_log1.out > > > This is a tracking bug for supporting large number of (100s) AND/OR predicates/clauses in the WHERE clause for Drill queries. > Currently beyond a certain limit, it fails with the error below. > Query failed: Failure while running fragment. You tried to do a batch data read operation when you were in a state of STOP. You can only do this type of operation when you are in a state of OK or OK_NEW_SCHEMA. > Krystal, can you please add a repro for this issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)