[ 
https://issues.apache.org/jira/browse/TAJO-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14730221#comment-14730221
 ] 

ASF GitHub Bot commented on TAJO-1730:
--------------------------------------

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

    https://github.com/apache/tajo/pull/719#discussion_r38717625
  
    --- Diff: 
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/MetadataProvider.java
 ---
    @@ -31,9 +31,9 @@
     
       String getDatabaseName();
     
    -  Collection<String> getCatalogs();
    +  Collection<String> getSchemas();
     
    -  Collection<String> getTables(@Nullable String catalog);
    +  Collection<String> getTables(@Nullable String schemaPattern, @Nullable 
String tablePattern);
     
    -  TableDesc getTableDescriptor(String catalogName, String tableName) 
throws UndefinedTablespaceException;
    +  TableDesc getTableDescriptor(String schemaName, String tableName) throws 
UndefinedTablespaceException;
    --- End diff --
    
    We have both ```TableDesc``` and ```TableDescriptor```. This naming 
convention is very weird, but I think we have to distinguish them now.


> JDBC Tablespace support
> -----------------------
>
>                 Key: TAJO-1730
>                 URL: https://issues.apache.org/jira/browse/TAJO-1730
>             Project: Tajo
>          Issue Type: Improvement
>          Components: Storage
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.11.0
>
>         Attachments: TAJO-1730.patch, TAJO-1730_2.patch, TAJO-1730_3.patch
>
>
> The main objective of this issue is to implement JDBC-based storage and its 
> Tablespace implementation.



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

Reply via email to