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 2870D177A2 for ; Tue, 14 Apr 2015 20:44:07 +0000 (UTC) Received: (qmail 6345 invoked by uid 500); 14 Apr 2015 20:44:00 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 6120 invoked by uid 500); 14 Apr 2015 20:43:59 -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 6108 invoked by uid 99); 14 Apr 2015 20:43:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Apr 2015 20:43:59 +0000 Date: Tue, 14 Apr 2015 20:43:59 +0000 (UTC) From: "Sudheesh Katkam (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-2766) Use PojoRecordReader for all system tables 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-2766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sudheesh Katkam updated DRILL-2766: ----------------------------------- Assignee: Mehant Baid (was: Sudheesh Katkam) > Use PojoRecordReader for all system tables > ------------------------------------------ > > Key: DRILL-2766 > URL: https://issues.apache.org/jira/browse/DRILL-2766 > Project: Apache Drill > Issue Type: Improvement > Components: Metadata > Affects Versions: 0.8.0 > Reporter: Sudheesh Katkam > Assignee: Mehant Baid > Fix For: 0.9.0 > > Attachments: DRILL-2766.1.patch.txt > > > The current implementation uses SystemRecordReader to populate SystemRecords, which is not required. PojoRecordReader can be used to accomplish the same task. -- This message was sent by Atlassian JIRA (v6.3.4#6332)