Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8A090200D1D for ; Sat, 30 Sep 2017 07:29:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 88A181609ED; Sat, 30 Sep 2017 05:29:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D01981609D1 for ; Sat, 30 Sep 2017 07:29:14 +0200 (CEST) Received: (qmail 59058 invoked by uid 500); 30 Sep 2017 05:29:13 -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 59049 invoked by uid 99); 30 Sep 2017 05:29:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Sep 2017 05:29:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 7D4591A451C for ; Sat, 30 Sep 2017 05:29:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.001 X-Spam-Level: X-Spam-Status: No, score=-100.001 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id UK3mKlH31mn5 for ; Sat, 30 Sep 2017 05:29:11 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 7648D5FB2F for ; Sat, 30 Sep 2017 05:29:11 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 732E7E0C21 for ; Sat, 30 Sep 2017 05:29:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id D8D3C242B7 for ; Sat, 30 Sep 2017 05:29:02 +0000 (UTC) Date: Sat, 30 Sep 2017 05:29:02 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-5775) Select * query on a maprdb binary table fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 30 Sep 2017 05:29:15 -0000 [ https://issues.apache.org/jira/browse/DRILL-5775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16186903#comment-16186903 ] ASF GitHub Bot commented on DRILL-5775: --------------------------------------- Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/941 This fix is based on a change made in DRILL-5546. As described in DRILL-5830, the HBase part of that fix was a bit redundant. It turns out that HBase, via the project rel improvements in DRILL-5546, already expanded the wildcard into columns using the 'DrillHBaseTable.getRowType()' method. (You understand the details better than I...) I wonder if we can do the same for MapR-DB binary? That way, we have just one common path for projection push down. > Select * query on a maprdb binary table fails > --------------------------------------------- > > Key: DRILL-5775 > URL: https://issues.apache.org/jira/browse/DRILL-5775 > Project: Apache Drill > Issue Type: Bug > Components: Storage - MapRDB > Affects Versions: 1.11.0 > Reporter: Prasad Nagaraj Subramanya > Assignee: Jinfeng Ni > > Select * query on a maprdb binary table fails with the below exception > Failed with exception > java.sql.SQLException: SYSTEM ERROR: IllegalArgumentException: HBaseRecordReader does not allow column *. Column * should have been converted to list of Commit ID - fde0a1df1734e0742b49aabdd28b02202ee2b044 -- This message was sent by Atlassian JIRA (v6.4.14#64029)