You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2014/11/11 09:51:34 UTC

[jira] [Commented] (TAJO-1159) Change tsql history behavior

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

Hyunsik Choi commented on TAJO-1159:
------------------------------------

Hi [~jungjw],

Above all, thank you for your work. BTW, probably the patch seems to contain the difference only between last two revision. Could you check the uploaded patch? 

You might change more things through multiple commits, but the submitted patch does not contain all changes. In your case, in order to get a collect patch, you should use the following commands:

{code:sh}
git fetch origin
git diff --no-prefix origin/master > TAJO-1159.Jung.111114_2.patch.txt
{code}

If you need more help, feel free to ask me anything.

> Change tsql history behavior
> ----------------------------
>
>                 Key: TAJO-1159
>                 URL: https://issues.apache.org/jira/browse/TAJO-1159
>             Project: Tajo
>          Issue Type: Improvement
>          Components: cli
>            Reporter: Jaewoong Jung
>            Assignee: Jaewoong Jung
>            Priority: Minor
>         Attachments: TAJO-1159.Jung.111114.patch.txt
>
>
> When multiple commands are inputted in a single line, tsql breaks them up into individual history entries and shows one by one when up arrow key is pressed.
> Change it so that all commands inputted together show as a group in the history as in bash or mysql



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