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 D3F3D188A5 for ; Tue, 24 Nov 2015 00:13:12 +0000 (UTC) Received: (qmail 12420 invoked by uid 500); 24 Nov 2015 00:13:11 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 12213 invoked by uid 500); 24 Nov 2015 00:13:11 -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 11944 invoked by uid 99); 24 Nov 2015 00:13:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2015 00:13:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 56A7E2C1F5D for ; Tue, 24 Nov 2015 00:13:11 +0000 (UTC) Date: Tue, 24 Nov 2015 00:13:11 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-12501) LLAP: don't use read(ByteBuffer) in IO MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sergey Shelukhin created HIVE-12501: --------------------------------------- Summary: LLAP: don't use read(ByteBuffer) in IO Key: HIVE-12501 URL: https://issues.apache.org/jira/browse/HIVE-12501 Project: Hive Issue Type: Bug Reporter: Sergey Shelukhin Assignee: Sergey Shelukhin read(ByteBuffer) API just copies the data anyway, and there's no readFully. We need to use readFully and copy ourselves. -- This message was sent by Atlassian JIRA (v6.3.4#6332)