namhnguyen / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

rror messages currently suck #766

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by dtab...@gmail.com on 6 May 2014 at 12:45