Murtadha Hubail created ASTERIXDB-1427:
------------------------------------------
Summary: Path Expression/Data Type Not Validated on Feed/External
Dataset Creation
Key: ASTERIXDB-1427
URL: https://issues.apache.org/jira/browse/ASTERIXDB-1427
Project: Apache AsterixDB
Issue Type: Bug
Components: Feeds
Reporter: Murtadha Hubail
Assignee: Abdullah Alamoudi
Current, when a localFS feed or external dataset is created, there is no
validation for the path expression or the data type existence. The creation is
completed successfully with invalid values and when the feed is started or the
external dataset is queried, runtime errors like "invalid path expression" are
returned or just logged internally.
To reproduce the issue, execute the following statements:
drop dataverse test if exists;
create dataverse test;
use dataverse test;
create feed TestFeed
using localfs
(("path"="invalid path expression"),
("format"="adm"),
("type-name"="invalid type"));
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)