Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-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 D72DA18875 for ; Mon, 28 Sep 2015 02:33:07 +0000 (UTC) Received: (qmail 34762 invoked by uid 500); 28 Sep 2015 02:33:04 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 34736 invoked by uid 500); 28 Sep 2015 02:33:04 -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 34726 invoked by uid 99); 28 Sep 2015 02:33:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Sep 2015 02:33:04 +0000 Date: Mon, 28 Sep 2015 02:33:04 +0000 (UTC) From: "Feng Yuan (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-9067) OrcFileMergeOperator may create merge file that does not match properties of input files 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-9067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14909985#comment-14909985 ] Feng Yuan commented on HIVE-9067: --------------------------------- dose this patch really work? i didnt get it work on 0.14. Someone can help me? > OrcFileMergeOperator may create merge file that does not match properties of input files > ---------------------------------------------------------------------------------------- > > Key: HIVE-9067 > URL: https://issues.apache.org/jira/browse/HIVE-9067 > Project: Hive > Issue Type: Bug > Affects Versions: 0.14.0, 0.15.0, 0.14.1 > Reporter: Prasanth Jayachandran > Assignee: Prasanth Jayachandran > Priority: Minor > Labels: Orc > Fix For: 1.0.0 > > Attachments: HIVE-9067.1.patch, HIVE-9067.2.patch > > > OrcFileMergeOperator creates a new ORC file and appends the stripes from smaller orc file. This new ORC file creation should retain the same configuration as the small ORC files. Currently it does not set the orc row index stride and file version. Also merging of stripe statistics to file statistics was incorrect leading to issues like in HIVE-9080 -- This message was sent by Atlassian JIRA (v6.3.4#6332)