You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vitalii Diravka (JIRA)" <ji...@apache.org> on 2016/07/22 13:12:20 UTC

[jira] [Created] (DRILL-4799) Schema#getTable should return null when the table does not exist.

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)