Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-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 D69A510102 for ; Sun, 14 Dec 2014 06:40:13 +0000 (UTC) Received: (qmail 13388 invoked by uid 500); 14 Dec 2014 06:40:13 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 13315 invoked by uid 500); 14 Dec 2014 06:40:13 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 13303 invoked by uid 99); 14 Dec 2014 06:40:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Dec 2014 06:40:13 +0000 Date: Sun, 14 Dec 2014 06:40:13 +0000 (UTC) From: "Jacques Nadeau (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (DRILL-1835) Sort where record contains maps produces incorrect results 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/DRILL-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Nadeau resolved DRILL-1835. ----------------------------------- Resolution: Fixed Fixed in 80fc97d > Sort where record contains maps produces incorrect results > ---------------------------------------------------------- > > Key: DRILL-1835 > URL: https://issues.apache.org/jira/browse/DRILL-1835 > Project: Apache Drill > Issue Type: Bug > Reporter: Steven Phillips > Fix For: 0.7.0 > > Attachments: DRILL-1835.patch > > > the maps all come back empty: > select * from `complex.parquet` order by amount; > {code} > trans_id date time amount user_info marketing_info trans_info > 2 2013-06-09 15:31:45 20.25 {} {} {} > 4 2013-07-21 08:01:13 34.2 {} {} {} > 0 2013-07-26 04:56:59 80.5 {} {} {} > 1 2013-05-16 07:31:54 100.4 {} {} {} > 3 2013-07-19 11:24:22 500.75 {} {} {} > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)