Vitalii Diravka created DRILL-4799:
--------------------------------------
Summary: Schema#getTable should return null when the table does
not exist.
Key: DRILL-4799
URL: https://issues.apache.org/jira/browse/DRILL-4799
Project: Apache Drill
Issue Type: Improvement
Components: Execution - Flow, Storage - HBase
Affects Versions: 1.7.0
Reporter: Vitalii Diravka
Fix For: Future
There is an unwritten rule: _schema#getTable_ should return null if the table
does not exist (continuation of the conversation in the
[DRILL-4673|https://issues.apache.org/jira/browse/DRILL-4673]).
1. That should be documented to ensure that all plugins follow this rule.
2. Accordingly in HBase plugin _HBaseSchemaFactory#getTable_ should return null
when table is not found instead of _TableNotFoundException_.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)