[
https://issues.apache.org/jira/browse/ASTERIXDB-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till updated ASTERIXDB-1547:
----------------------------
Assignee: Xikui Wang
> Drop dataverse doesn't drop feed policies
> -----------------------------------------
>
> Key: ASTERIXDB-1547
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-1547
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: Metadata
> Reporter: Abdullah Alamoudi
> Assignee: Xikui Wang
>
> Currently, Dropping a dataverse doesn't drop feed policies associated with
> the dataverse.
> To reproduce this issue, run the following:
> drop dataverse experiments if exists;
> create dataverse experiments;
> use dataverse experiments;
> create ingestion policy testPolicy from path
> "data/feed-policy/policy.properties"
> definition "someString";
> drop dataverse experiments;
> for $x in dataset Metadata.FeedPolicies
> where $x.Dataverse = "experiments"
> return $x;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)