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 6444D10942 for ; Wed, 25 Sep 2013 21:22:27 +0000 (UTC) Received: (qmail 33830 invoked by uid 500); 25 Sep 2013 21:22:17 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 33645 invoked by uid 500); 25 Sep 2013 21:22:15 -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 33544 invoked by uid 500); 25 Sep 2013 21:22:05 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 33497 invoked by uid 99); 25 Sep 2013 21:22:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Sep 2013 21:22:03 +0000 Date: Wed, 25 Sep 2013 21:22:03 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-5364) NPE on some queries from partitioned orc table 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-5364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13778096#comment-13778096 ] Sergey Shelukhin commented on HIVE-5364: ---------------------------------------- some error message would be useful > NPE on some queries from partitioned orc table > ---------------------------------------------- > > Key: HIVE-5364 > URL: https://issues.apache.org/jira/browse/HIVE-5364 > Project: Hive > Issue Type: Bug > Reporter: Owen O'Malley > Assignee: Owen O'Malley > > If you create a partitioned ORC table with: > {code} > create table A > ... > PARTITIONED BY ( > year int, > month int, > day int) > {code} > This query will fail: > select count from A where where year=2013 and month=9 and day=15; -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira