You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Chris Westin (JIRA)" <ji...@apache.org> on 2015/04/01 19:59:54 UTC

[jira] [Updated] (DRILL-1522) Hbase convert_from queries are not pushed down

     [ https://issues.apache.org/jira/browse/DRILL-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Westin updated DRILL-1522:
--------------------------------
    Issue Type: Improvement  (was: Bug)

> Hbase convert_from queries are not pushed down
> ----------------------------------------------
>
>                 Key: DRILL-1522
>                 URL: https://issues.apache.org/jira/browse/DRILL-1522
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Storage - HBase
>    Affects Versions: 0.6.0
>            Reporter: Krystal
>            Assignee: Aditya Kishore
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> git.commit.id.abbrev=5c220e3
> The following hbase query contains the convert_from function but was not being pushed down.
> 0: jdbc:drill:schema=hbase> explain plan for select convert_from(voter.onecf.name, 'UTF8') from voter where row_key=10;
> | {
>   "head" : {
>     "version" : 1,
>     "generator" : {
>       "type" : "ExplainHandler",
>       "info" : ""
>     },
>     "type" : "APACHE_DRILL_PHYSICAL",
>     "options" : [ ],
>     "queue" : 0,
>     "resultMode" : "EXEC"
>   },
>   "graph" : [ {
>     "pop" : "hbase-scan",
>     "@id" : 5,
>     "hbaseScanSpec" : {
>       "tableName" : "voter",
>       "startRow" : "",
>       "stopRow" : "",
>       "serializedFilter" : null
>     },



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)