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 DF667178E2 for ; Fri, 13 Feb 2015 00:15:18 +0000 (UTC) Received: (qmail 3441 invoked by uid 500); 13 Feb 2015 00:15:12 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 3365 invoked by uid 500); 13 Feb 2015 00:15:12 -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 3350 invoked by uid 500); 13 Feb 2015 00:15:12 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 3347 invoked by uid 99); 13 Feb 2015 00:15:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2015 00:15:12 +0000 Date: Fri, 13 Feb 2015 00:15:12 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-9555) assorted ORC refactorings for LLAP on trunk 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-9555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14319295#comment-14319295 ] Sergey Shelukhin commented on HIVE-9555: ---------------------------------------- [~prasanth_j] ping? > assorted ORC refactorings for LLAP on trunk > ------------------------------------------- > > Key: HIVE-9555 > URL: https://issues.apache.org/jira/browse/HIVE-9555 > Project: Hive > Issue Type: Bug > Reporter: Sergey Shelukhin > Assignee: Sergey Shelukhin > Attachments: HIVE-9555.01.patch, HIVE-9555.02.patch, HIVE-9555.03.patch, HIVE-9555.04.patch, HIVE-9555.patch > > > To minimize conflicts and given that ORC is being developed rapidly on trunk, I would like to refactor some parts of ORC "in advance" based on the changes in LLAP branch. Mostly it concerns making parts of ORC code (esp. SARG, but also some internal methods) more modular and easier to use from alternative codepaths. There's also significant change to how data reading is handled - BufferChunk inherits from DiskRange; the reader receives a list of DiskRange-s (as before), but instead of making a list of buffer chunks it replaces ranges with buffer chunks in the original (linked) list. -- This message was sent by Atlassian JIRA (v6.3.4#6332)