PlannerCompiler
w/ SELECT DISTINCT
and ORDER BY
returns a bag
#1277
Labels
bug
Something isn't working
PlannerCompiler
w/ SELECT DISTINCT
and ORDER BY
returns a bag
#1277
Description
PlannerCompiler
returns a bag rather than a list like theEvaluatingCompiler
currently does.To Reproduce
Steps to reproduce the behavior:
Expected Behavior
Expect both compilers to return the same output type (i.e. list).
Additional Context
The text was updated successfully, but these errors were encountered: