This query doesn't work ``` julia q = @from i in df begin @select {c=i.a} @where i.c==3 @collect DataFrame end ``` Unclear what should actually happen in this case, but right now this is clearly a bug.