[
https://issues.apache.org/jira/browse/DRILL-4218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikolay closed DRILL-4218.
--------------------------
Resolution: Not A Problem
> 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)