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

    https://github.com/apache/tajo/pull/145#discussion_r17787285
  
    --- 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 --
    
    How about using 'public' as a default schema name? It's because PostgreSQL 
uses 'public' as a default schema and we would also use 'public' as a default 
schema if we should support schema.
    
    
    http://www.postgresql.org/docs/8.1/static/ddl-schemas.html


---
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