Hyoungjun Kim created TAJO-799:
----------------------------------

             Summary: Local query without FROM throws IllegalArgumentException 
in CLI
                 Key: TAJO-799
                 URL: https://issues.apache.org/jira/browse/TAJO-799
             Project: Tajo
          Issue Type: Bug
            Reporter: Hyoungjun Kim
            Priority: Trivial


See title.
{noformat}
default> select 'abc', '123';
ERROR: Can not create a Path from an empty string
java.lang.IllegalArgumentException: Can not create a Path from an empty string
        at org.apache.hadoop.fs.Path.checkPathArg(Path.java:127)
        at org.apache.hadoop.fs.Path.<init>(Path.java:135)
        at org.apache.tajo.catalog.TableDesc.<init>(TableDesc.java:75)
        at org.apache.tajo.cli.TajoCli.localQueryCompleted(TajoCli.java:381)
        at org.apache.tajo.cli.TajoCli.executeQuery(TajoCli.java:366)
        at org.apache.tajo.cli.TajoCli.executeParsedResults(TajoCli.java:323)
        at org.apache.tajo.cli.TajoCli.runShell(TajoCli.java:312)
        at org.apache.tajo.cli.TajoCli.main(TajoCli.java:484)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to