Closed GoogleCodeExporter closed 8 years ago
Do you have any user-defined functions that you are expecting to be returned?
Original comment by RamanGro...@gmail.com
on 16 May 2013 at 11:51
Here is the full set of statements that were executed. I missed to mention
earlier that the last call to invoke the user defined function printName() does
not throw an Exception, it should throw an Exception because I have already
dropped the function and later after dropping it, I try to invoke the same
function, which should be caught.
drop dataverse test if exists;
create dataverse test;
use dataverse test;
create function printName()
{
"AsterixDB Shared nothing parallel BDMS"
}
printName();
drop function test.printName@0;
for $l in dataset Metadata.Function
return $l
printName();
Original comment by khfaraaz82
on 17 May 2013 at 12:05
I am a bit confused in going through the comments posted for this issue.
What is the expected output? What do you see instead?
results pertaining to Function dataset must be returned. Currently no results
are returned.
Should we mark the above expectation as invalid as the bug title has been
changed since it was logged?
Original comment by RamanGro...@gmail.com
on 17 May 2013 at 12:11
Raman, as discussed on chat, marking this one as invalid. A new issue will be
reported to track the actual failure.
Original comment by khfaraaz82
on 17 May 2013 at 12:17
Original comment by khfaraaz82
on 17 May 2013 at 12:17
Original issue reported on code.google.com by
khfaraaz82
on 16 May 2013 at 11:48