JaeHwa Jung created TAJO-401:
--------------------------------
Summary: Support '!=' operator
Key: TAJO-401
URL: https://issues.apache.org/jira/browse/TAJO-401
Project: Tajo
Issue Type: Bug
Components: cli
Affects Versions: 0.8-incubating
Reporter: JaeHwa Jung
Fix For: 0.8-incubating
If I write '!=' operator at where clause, TajoCli made a exception as follows:
{code:xml}
tajo> select * from table1 != 'a';
Exception in thread "main" java.lang.IllegalArgumentException: != 'a';: event
not found
at jline.console.ConsoleReader.expandEvents(ConsoleReader.java:734)
at jline.console.ConsoleReader.finishBuffer(ConsoleReader.java:604)
at jline.console.ConsoleReader.accept(ConsoleReader.java:1912)
at jline.console.ConsoleReader.readLine(ConsoleReader.java:2537)
at jline.console.ConsoleReader.readLine(ConsoleReader.java:2162)
at org.apache.tajo.cli.TajoCli.runShell(TajoCli.java:192)
at org.apache.tajo.cli.TajoCli.main(TajoCli.java:721)
{code}
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)