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

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

Github user jihoonson commented on the pull request:

    https://github.com/apache/tajo/pull/15#issuecomment-48001823
  
    Thanks for your comment. In this patch, I just intended supporting the 
index creation. I hope that IndexScan works well because it is already used for 
range partition. In my opinion, we can test index scan for the various case 
after https://issues.apache.org/jira/browse/TAJO-838. 
    
    However, as you said, this patch lacks unit tests. So, it would be better 
to progress in another branch instead of master. What do you think about it?


> create index support
> --------------------
>
>                 Key: TAJO-836
>                 URL: https://issues.apache.org/jira/browse/TAJO-836
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: operator/expression, physical operator, planner/optimizer
>            Reporter: Jihoon Son
>            Assignee: Jihoon Son
>            Priority: Minor
>             Fix For: 0.9.0
>
>         Attachments: TAJO-836.patch, TAJO-836_2.patch, TAJO-836_3.patch
>
>
> The synopsis is as follows.
> {noformat}
> CREATE [ UNIQUE ] INDEX [ name ] ON table [ USING method ]
>     ( { column | ( expression ) } [ ASC | DESC ] [ NULLS { FIRST | LAST } ] 
> [, ...] )
>     [ WHERE predicate ]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to