Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-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 315E917A6D for ; Fri, 17 Oct 2014 19:47:58 +0000 (UTC) Received: (qmail 90355 invoked by uid 500); 17 Oct 2014 19:47:58 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 90327 invoked by uid 500); 17 Oct 2014 19:47:58 -0000 Mailing-List: contact issues-help@drill.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.incubator.apache.org Delivered-To: mailing list issues@drill.incubator.apache.org Received: (qmail 90318 invoked by uid 99); 17 Oct 2014 19:47:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2014 19:47:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 17 Oct 2014 19:47:36 +0000 Received: (qmail 89286 invoked by uid 99); 17 Oct 2014 19:47:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2014 19:47:34 +0000 Date: Fri, 17 Oct 2014 19:47:34 +0000 (UTC) From: "Aditya Kishore (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-1541) Convert functions for Big Endian encoded Float and Double MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DRILL-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14175449#comment-14175449 ] Aditya Kishore commented on DRILL-1541: --------------------------------------- +1. Patch looks good to me. Are big endian encoded float/double byte-comparable? > Convert functions for Big Endian encoded Float and Double > --------------------------------------------------------- > > Key: DRILL-1541 > URL: https://issues.apache.org/jira/browse/DRILL-1541 > Project: Apache Drill > Issue Type: Bug > Reporter: Steven Phillips > Attachments: DRILL-1541.patch > > > The HBase Bytes utility class encodes numeric types (int, long, float, double) as Big Endian. This utility class is used by many HBase applications. For example, data loaded into HBase using the Pig HBase storage and the Binary caster. > We already have Big Endian functions for int and bigint. We just need to include them for float/double as well. -- This message was sent by Atlassian JIRA (v6.3.4#6332)