Skip to content

Commit

Permalink
rename: d1/dbl1
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Nov 12, 2024
1 parent 04ab28f commit c49fc27
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5895,7 +5895,7 @@ public void testUnnestWithInvalidINFiltersOnUnnestedColumn()
public void testUnnestWithNotFiltersOnUnnestedColumn()
{
testQuery(
"SELECT d3 FROM druid.numfoo, UNNEST(MV_TO_ARRAY(dim3)) as unnested (d3) where d3!='d' ",
"SELECT d3,MV_TO_ARRAY(dim3) FROM druid.numfoo, UNNEST(MV_TO_ARRAY(dim3)) as unnested (d3) where d3!='d' ",
QUERY_CONTEXT_UNNEST,
ImmutableList.of(
Druids.newScanQueryBuilder()
Expand Down
Loading

0 comments on commit c49fc27

Please sign in to comment.