You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Nikolay (JIRA)" <ji...@apache.org> on 2015/12/22 11:58:46 UTC

[jira] [Created] (DRILL-4218) Failed to select rows from hbase table when table name includes namespace

Nikolay created DRILL-4218:
------------------------------

             Summary: Failed to select rows from hbase table when table name includes namespace
                 Key: DRILL-4218
                 URL: https://issues.apache.org/jira/browse/DRILL-4218
             Project: Apache Drill
          Issue Type: Bug
          Components: SQL Parser
            Reporter: Nikolay
            Priority: Minor


I have table in hbase demo_ns:events where demo_ns is namespace and events is table name. 
When I try to select rows using query: select * from hbase.'demo_ns:events' I get error: 
Error: PARSE ERROR: Encountered ". \'demo_ns:events\'" at line 1, column 20.
If I try to select rows using query select * from hbase.`demo_ns:events` the result is returned. The parser can parse ` but can't parse '



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