[
https://issues.apache.org/jira/browse/ASTERIXDB-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15227752#comment-15227752
]
ASF subversion and git services commented on ASTERIXDB-1356:
------------------------------------------------------------
Commit 6452d67571f1c8eafc3f29b915d0482098903a44 in incubator-asterixdb's branch
refs/heads/master from [~tillw]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-asterixdb.git;h=6452d67 ]
ASTERIXDB-1356: report file not found
Change-Id: Ia12bf84adfd8442103567df42ac22e5750e1360f
Reviewed-on: https://asterix-gerrit.ics.uci.edu/771
Tested-by: Jenkins <[email protected]>
Reviewed-by: Murtadha Hubail <[email protected]>
> 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)