flipkart-incubator / databuilderframework

A data driven execution engine
33 stars 29 forks source link

Null returned from data builder is not nullifying the previous generated data. #20

Open ToOnlyGaurav opened 8 years ago

ToOnlyGaurav commented 8 years ago

Lets assume in flow#1 builders produced data1, now in second execution same builder run and now it is returning null. But still we are able to access data1 which is stale data. Ideally in next available data data1 should not be present.