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 B07EAFA47 for ; Wed, 1 May 2013 23:08:18 +0000 (UTC) Received: (qmail 40182 invoked by uid 500); 1 May 2013 23:08:17 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 40103 invoked by uid 500); 1 May 2013 23:08:16 -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 40054 invoked by uid 500); 1 May 2013 23:08:16 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 40028 invoked by uid 99); 1 May 2013 23:08:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 May 2013 23:08:16 +0000 Date: Wed, 1 May 2013 23:08:16 +0000 (UTC) From: "Eric Hanson (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-4472) OR Filter logic can lose an array, and always takes time O(DEFAULT_BATCH_SIZE) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Eric Hanson created HIVE-4472: --------------------------------- Summary: OR Filter logic can lose an array, and always takes time O(DEFAULT_BATCH_SIZE) Key: HIVE-4472 URL: https://issues.apache.org/jira/browse/HIVE-4472 Project: Hive Issue Type: Sub-task Reporter: Eric Hanson Assignee: Jitendra Nath Pandey The issue is in file FilterExprOrExpr.java I posted a review for you at https://reviews.apache.org/r/10752/ I think there is a bug related to sharing of an array of integers. Also, one algorithm step takes O(DEFAULT_BATCH_SIZE) time always. If n<