You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyoungjun Kim (JIRA)" <ji...@apache.org> on 2014/10/13 16:45:33 UTC

[jira] [Created] (TAJO-1117) TajoConnection.getSchema() should throw SQLFeatureNotSupportedException.

Hyoungjun Kim created TAJO-1117:
-----------------------------------

             Summary: TajoConnection.getSchema() should throw SQLFeatureNotSupportedException.
                 Key: TAJO-1117
                 URL: https://issues.apache.org/jira/browse/TAJO-1117
             Project: Tajo
          Issue Type: Bug
            Reporter: Hyoungjun Kim
            Assignee: Hyoungjun Kim
            Priority: Minor


JDBC has two concepts which are related to the namespace. These are 'catalog' and 'schema'. These concepts are used differently for each database. 
Please check the following the stackoverflow issue.

http://stackoverflow.com/questions/7942520/relationship-between-catalog-schema-user-and-database-instance

Currently Tajo uses catalog as database and Tajo doesn't support schema. But Tajo JDBC uses "public" as schema. Tajo should throw SQLFeatureNotSupportedException or return 'null'.   



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