What steps will reproduce the problem?
Run the following twice from the web interface after getting the standard
AsterixDB demo data loaded:
use dataverse TinySocial;
create function InfoFromUser( )
{
for $user in dataset FacebookUsers
where $user.name = "foo"
return { "info": $user }
}
Original issue reported on code.google.com by dtab...@gmail.com on 5 May 2014 at 10:45
Original issue reported on code.google.com by
dtab...@gmail.com
on 5 May 2014 at 10:45