[
https://issues.apache.org/jira/browse/TAJO-967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14262687#comment-14262687
]
ASF GitHub Bot commented on TAJO-967:
-------------------------------------
GitHub user gyias opened a pull request:
https://github.com/apache/tajo/pull/325
TAJO-967: Don't store exit command in history
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gyias/tajo tsql
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/325.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #325
----
commit 70fef1aa1e8f347dcc955f86f86852f29e4a189f
Author: Jaewoong Jung <[email protected]>
Date: 2014-11-21T07:43:01Z
Merge pull request #1 from apache/master
Sync with original master
commit 0137df1b04d7dcb37d2fe3ccacf62f035247565c
Author: Jaewoong Jung <[email protected]>
Date: 2014-12-02T07:56:39Z
Merge pull request #2 from apache/master
Merge latest changes
commit 49c39b85b38983f99df708eb2a03b08c1deda7fe
Author: Jaewoong Jung <[email protected]>
Date: 2014-12-12T07:52:06Z
Merge remote-tracking branch 'upstream/master'
commit 4cfb5b0a7c9e1c7737e89ce98ce9a2dedbde25aa
Author: Jaewoong Jung <[email protected]>
Date: 2014-12-18T08:02:20Z
Updates tsql history behavior.
commit de99d1394263f12d3add3d196c526213f3f50a48
Author: Jaewoong Jung <[email protected]>
Date: 2014-12-23T07:28:06Z
Merge remote-tracking branch 'upstream/master'
commit a5ffca1ac5ac0f989869bee563661a23dbe21c7a
Author: Jaewoong Jung <[email protected]>
Date: 2014-12-23T07:30:05Z
Merge branch 'master' into tsql
commit 1f1ccdcabb7bad38db9383972a3ba5223a868d28
Author: Jaewoong Jung <[email protected]>
Date: 2015-01-01T22:53:33Z
Merge remote-tracking branch 'upstream/master'
commit f5cddb5f0492dfe61434aced300d4d4c2510d335
Author: Jaewoong Jung <[email protected]>
Date: 2015-01-01T22:54:03Z
Merge branch 'master' into tsql
commit 8065e563c70b9c5f3be3603cd90119385f8ba44a
Author: Jaewoong Jung <[email protected]>
Date: 2015-01-01T23:45:31Z
Don't store exit command in history
----
> tajoCli doesn't remeber the last '\q' command.
> ----------------------------------------------
>
> Key: TAJO-967
> URL: https://issues.apache.org/jira/browse/TAJO-967
> Project: Tajo
> Issue Type: Wish
> Components: cli
> Affects Versions: 0.8.0, 0.9.0
> Reporter: Jungryong Lee
> Assignee: Jaewoong Jung
> Priority: Trivial
>
> It is just my opinion.
> '\q' command is used to quit tsql shell in tajo-cli.
> When I return to tsql shell, it also remembers last '\q' command.
> I think user usually doesn't want repeat last '\q' command when he start tsql
> shell.
> So I think it is better not to remember last '\q' command.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)