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

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

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

    https://github.com/apache/tajo/pull/602#discussion_r32792931
  
    --- Diff: 
tajo-storage/tajo-storage-common/src/main/java/org/apache/tajo/storage/Tablespace.java
 ---
    @@ -49,18 +51,24 @@
      */
     public abstract class Tablespace {
     
    -  public static final PathFilter hiddenFileFilter = new PathFilter() {
    -    public boolean accept(Path p) {
    -      String name = p.getName();
    -      return !name.startsWith("_") && !name.startsWith(".");
    -    }
    -  };
    +  protected final String name;
    +  protected final URI uri;
    +  /** this space is visible or not. */
    --- End diff --
    
    Would you explain what visible means?


> Implement TablespaceManager to load Tablespaces
> -----------------------------------------------
>
>                 Key: TAJO-1616
>                 URL: https://issues.apache.org/jira/browse/TAJO-1616
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: storage
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.11.0
>
>
> TablespaceManager should load Tablespace according to storage-default.json 
> and storage-site.json.



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

Reply via email to