[ 
https://issues.apache.org/jira/browse/TAJO-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyoungjun Kim reassigned TAJO-799:
----------------------------------

    Assignee: Hyoungjun Kim

> 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
>            Assignee: 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