You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/06/24 07:49:42 UTC

[jira] [Commented] (TAJO-1298) Improve the printing message after an execution of an index creation statement

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

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

Github user jihoonson commented on the pull request:

    https://github.com/apache/tajo/pull/378#issuecomment-114734705
  
    @hyunsik, this patch is finally ready for review. Please review when you have sufficient free slots.


> Improve the printing message after an execution of an index creation statement
> ------------------------------------------------------------------------------
>
>                 Key: TAJO-1298
>                 URL: https://issues.apache.org/jira/browse/TAJO-1298
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: cli, index
>            Reporter: Jihoon Son
>            Assignee: Jihoon Son
>            Priority: Minor
>             Fix For: index support
>
>
> Currently, the result message of an index creation looks like that of a select query: 
> {noformat}
> tpch> create index n_name_idx on nation (n_name);
> Progress: 100%, response time: 0.241 sec
> n_name
> -------------------------------
> (0 rows, 0.241 sec, 0 B selected)
> {noformat}
> We need to improve the message to be more helpful.
> In addition, various kinds of errors such as FileAlreadyExistsException should be handled.



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