Closed GoogleCodeExporter closed 8 years ago
My first guess is that this is related to Metadata cache as invoking a dropped
function from another session throws an exception message - unknown function
Original comment by RamanGro...@gmail.com
on 17 May 2013 at 12:38
create function printName()
{
"AsterixDB Shared nothing parallel BDMS"
}
printName(); =====> REMOVE this invocation and things work fine, something
fishy with the cache
drop function test.printName@0;
for $l in dataset Metadata.Function
return $l
printName();
Original comment by RamanGro...@gmail.com
on 17 May 2013 at 12:41
Fixed in branch raman/master_issue_455
Original comment by RamanGro...@gmail.com
on 17 May 2013 at 1:13
fix merge into master after review by Jarod.
Original comment by RamanGro...@gmail.com
on 19 May 2013 at 7:44
Original issue reported on code.google.com by
khfaraaz82
on 17 May 2013 at 12:20