[
https://issues.apache.org/jira/browse/TRAFODION-3210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16621471#comment-16621471
]
ASF GitHub Bot commented on TRAFODION-3210:
-------------------------------------------
GitHub user mashengchen opened a pull request:
https://github.com/apache/trafodion/pull/1716
[TRAFODION-3210] support exclamation mark when open jline in trafci
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mashengchen/trafodion TRAFODION-3210
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1716.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 #1716
----
commit 7348da8ffe1f7e7f756134eeed8c8beb3313301e
Author: mashengchen <mashengchen@...>
Date: 2018-09-20T03:44:36Z
[TRAFODION-3210] support exclamation mark when open jline in trafci
----
> trafci open jline can't use exclamation mark
> ---------------------------------------------
>
> Key: TRAFODION-3210
> URL: https://issues.apache.org/jira/browse/TRAFODION-3210
> Project: Apache Trafodion
> Issue Type: Bug
> Components: client-ci
> Affects Versions: 2.4
> Reporter: mashengchen
> Assignee: mashengchen
> Priority: Major
> Fix For: 2.4
>
>
> SQL>select c1 from t1 where c1 != 1;
> [ERROR] Could not expand event
> java.lang.IllegalArgumentException: != 1;: event not found
> at jline.console.ConsoleReader.expandEvents(ConsoleReader.java:779)
> at jline.console.ConsoleReader.finishBuffer(ConsoleReader.java:631)
> at jline.console.ConsoleReader.accept(ConsoleReader.java:2019)
> at jline.console.ConsoleReader.readLine(ConsoleReader.java:2666)
> at jline.console.ConsoleReader.readLine(ConsoleReader.java:2269)
> at jline.console.ConsoleReader.readLine(ConsoleReader.java:2257)
> at org.trafodion.ci.ConsoleReader.readLine(ConsoleReader.java:187)
> at org.trafodion.ci.ConsoleReader.next(ConsoleReader.java:197)
> at org.trafodion.ci.ConsoleReader.getLine(ConsoleReader.java:131)
> at org.trafodion.ci.Reader.getNonBlankLine(Reader.java:69)
> at org.trafodion.ci.SessionInterface.invokeSession(SessionInterface.java:473)
> at org.trafodion.ci.UserInterface.main(UserInterface.java:325)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)