Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9A3AE24F for ; Mon, 18 Mar 2013 13:14:16 +0000 (UTC) Received: (qmail 1598 invoked by uid 500); 18 Mar 2013 13:14:16 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 1522 invoked by uid 500); 18 Mar 2013 13:14:16 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 1486 invoked by uid 99); 18 Mar 2013 13:14:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 13:14:16 +0000 Date: Mon, 18 Mar 2013 13:14:16 +0000 (UTC) From: "Hudson (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1183) ProxyServer does not set column information on BatchScanner 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/ACCUMULO-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13605090#comment-13605090 ] Hudson commented on ACCUMULO-1183: ---------------------------------- Integrated in Accumulo-Trunk #780 (See [https://builds.apache.org/job/Accumulo-Trunk/780/]) ACCUMULO-1183 applying patch from Corey Nolet (Revision 1457726) Result = SUCCESS ecn : Files : * /accumulo/trunk * /accumulo/trunk/assemble * /accumulo/trunk/core * /accumulo/trunk/examples * /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/ZooStore.java * /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java * /accumulo/trunk/proxy/src/main/java/org/apache/accumulo/proxy/ProxyServer.java * /accumulo/trunk/proxy/src/test/java/org/apache/accumulo/proxy/TestProxyReadWrite.java * /accumulo/trunk/server * /accumulo/trunk/src > ProxyServer does not set column information on BatchScanner > ----------------------------------------------------------- > > Key: ACCUMULO-1183 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1183 > Project: Accumulo > Issue Type: Bug > Components: proxy > Affects Versions: 1.5.0, 1.6.0 > Reporter: Corey J. Nolet > Priority: Minor > Fix For: 1.5.0, 1.6.0 > > Attachments: ACCUMULO-1183.diff > > Original Estimate: 1h > Remaining Estimate: 1h > > The createScanner method uses the options from the thrift request to call fetchColumn() and fetchColumnFamily(). The createBatchScanner should be doing have the same feature, though the statements are absent from the code. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira