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

    https://github.com/apache/tajo/pull/145#discussion_r18328539
  
    --- 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 --
    
    I also checked PostgreSQL jdbc driver. PostgreSQL returns a empty string.  
    
    
https://github.com/pgjdbc/pgjdbc/blob/master/org/postgresql/jdbc2/AbstractJdbc2ResultSetMetaData.java



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