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

Till Westmann reassigned ASTERIXDB-1356:
----------------------------------------

    Assignee: Till Westmann

> No error reported when trying to load non-existing files 
> ---------------------------------------------------------
>
>                 Key: ASTERIXDB-1356
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1356
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: AsterixDB, Error Reporting
>            Reporter: Till Westmann
>            Assignee: Till Westmann
>
> Trying to run this
> {noformat}
> drop dataverse broken if exists;
> create dataverse broken;
> use dataverse broken;
> create type xtype as closed {  id: int32 };
> create dataset X(xtype) primary key id;
> load dataset X using localfs(
>   ("path"="127.0.0.1://bla"),
>   ("format"="delimited-text"),
>   ("delimiter"="|")
> );
> {noformat}
> there is no error message even though "bla" doesn't exist.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to