Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 97FF7200B46 for ; Sat, 2 Jul 2016 08:02:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 96780160A6C; Sat, 2 Jul 2016 06:02:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0F987160A61 for ; Sat, 2 Jul 2016 08:02:11 +0200 (CEST) Received: (qmail 98088 invoked by uid 500); 2 Jul 2016 06:02:11 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 98078 invoked by uid 99); 2 Jul 2016 06:02:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jul 2016 06:02:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E9DD42C027F for ; Sat, 2 Jul 2016 06:02:10 +0000 (UTC) Date: Sat, 2 Jul 2016 06:02:10 +0000 (UTC) From: "Pengcheng Xiong (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-14143) RawDataSize of RCFile is zero after analyze MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 02 Jul 2016 06:02:12 -0000 [ https://issues.apache.org/jira/browse/HIVE-14143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15360012#comment-15360012 ] Pengcheng Xiong commented on HIVE-14143: ---------------------------------------- [~nemon], thanks a lot for your explanation. I think current assumption that "empty column ids means read all columns" is confusing and misleading. I would prefer the following assumption: {code} getNeededColumnIDs==null or empty ===means==> do not need any columns {code} If you agree, could you please change the code accordingly? Thanks. > RawDataSize of RCFile is zero after analyze > -------------------------------------------- > > Key: HIVE-14143 > URL: https://issues.apache.org/jira/browse/HIVE-14143 > Project: Hive > Issue Type: Bug > Components: Statistics > Affects Versions: 1.2.1, 2.1.0 > Reporter: Nemon Lou > Assignee: Nemon Lou > Priority: Minor > Attachments: HIVE-14143.patch > > > After running the following analyze command ,rawDataSize becomes zero for rcfile tables. > {noformat} > analyze table RCFILE_TABLE compute statistics ; > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)