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 C7ABD17933 for ; Fri, 6 Feb 2015 20:56:34 +0000 (UTC) Received: (qmail 58443 invoked by uid 500); 6 Feb 2015 20:56:34 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 58411 invoked by uid 500); 6 Feb 2015 20:56:34 -0000 Mailing-List: contact issues-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 issues@drill.apache.org Received: (qmail 58401 invoked by uid 99); 6 Feb 2015 20:56:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2015 20:56:34 +0000 Date: Fri, 6 Feb 2015 20:56:34 +0000 (UTC) From: "Hanifi Gunes (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (DRILL-1597) RepeatedListVector does not populate empty values properly 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-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14303781#comment-14303781 ] Hanifi Gunes edited comment on DRILL-1597 at 2/6/15 8:55 PM: ------------------------------------------------------------- -This patch requires an abstraction for repeated value vectors.- was (Author: hgunes): This patch requires an abstraction for repeated value vectors. > RepeatedListVector does not populate empty values properly > ---------------------------------------------------------- > > Key: DRILL-1597 > URL: https://issues.apache.org/jira/browse/DRILL-1597 > Project: Apache Drill > Issue Type: Bug > Components: Execution - Data Types > Reporter: Hanifi Gunes > Assignee: Hanifi Gunes > Priority: Minor > Fix For: 0.9.0 > > > The issue is DRILL-1539 of RepeatedListVector. Symptoms are the same. Also we need to refactor RepeatedListVector as well as RepeatedMapVector so that both classes will reuse the same code path for empty value population. -- This message was sent by Atlassian JIRA (v6.3.4#6332)