Closed luochen01 closed 7 years ago
@luochen01 Can you format the output nicely using github syntax so that we can see the results easily?
Sure. The only difference is that the "tag" field is missing.
Cool. I wonder there is an easy way to highlight the differences. If not, not a big deal.
For a cloudberry query having a unnest statement but no group by and select statements, the AQL query should output a flatted record which includes the unnested variable. However, the current AQL generator simply ignores the unnested variable.
For example, consider the following query.
The execution of this query should produce some records like:
However, the current AQL query would generate the following query:
And the query would produce some record like: