Github user hyunsik commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/145#discussion_r18344162
  
    --- Diff: 
tajo-client/src/main/java/org/apache/tajo/jdbc/TajoResultSetMetaData.java ---
    @@ -112,7 +113,7 @@ public int getScale(int column) throws SQLException {
     
       @Override
       public String getSchemaName(int column) throws SQLException {
    -    throw new SQLFeatureNotSupportedException("getSchemaName not 
supported");
    +    return "";
    --- End diff --
    
    Thank you for checking. Keep going.
    
    I misunderstood due to the following statements 
(http://www.postgresql.org/docs/9.2/static/ddl-schemas.html).
    
    ```In the previous sections we created tables without specifying any schema 
names. By default such tables (and other objects) are automatically put into a 
schema named "public". Every new database contains such a schema.```



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to