Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-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 D5B942BA2 for ; Sat, 7 May 2011 23:23:45 +0000 (UTC) Received: (qmail 97265 invoked by uid 500); 7 May 2011 23:23:45 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 97226 invoked by uid 500); 7 May 2011 23:23:44 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 97218 invoked by uid 500); 7 May 2011 23:23:44 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 97211 invoked by uid 99); 7 May 2011 23:23:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 May 2011 23:23:44 +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.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 May 2011 23:23:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 29E4FC6341 for ; Sat, 7 May 2011 23:23:03 +0000 (UTC) Date: Sat, 7 May 2011 23:23:03 +0000 (UTC) From: "Woody Anderson (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: <958201276.30633.1304810583168.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (PIG-2051) new LogicalSchema column prune code does not preserve type information for map subfields 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 new LogicalSchema column prune code does not preserve type information for map subfields ---------------------------------------------------------------------------------------- Key: PIG-2051 URL: https://issues.apache.org/jira/browse/PIG-2051 Project: Pig Issue Type: Bug Components: impl Affects Versions: 0.10 Reporter: Woody Anderson Assignee: Woody Anderson Fix For: 0.10 current impl of ColumnPruneVisitor.visit ignores field type info and passes type BYTEARRAY for all map fields. the corrected type is pretty easy to fill in, especially since map field info is only attempted 1 level deep. i came across this b/c i utilize the type information in the pushProjection call, and this was previously of the 'correct' type information, the change over to LogicalSchema caused a regression. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira