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)

Reply via email to