Skip to content

Commit

Permalink
Removing stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
somu-imply committed Aug 29, 2023
1 parent 5096be3 commit e249736
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3945,8 +3945,6 @@ public void testUnnestWithJoinOnTheLeft()
{
skipVectorize();
cannotVectorize();
//notMsqCompatible();
// @todo check this back
testQuery(
"SELECT d3 from (SELECT * from druid.numfoo JOIN (select dim2 as t from druid.numfoo where dim2 IN ('a','b','ab','abc')) ON dim2=t), UNNEST(MV_TO_ARRAY(dim3)) as unnested (d3)",
QUERY_CONTEXT_UNNEST,
Expand Down

0 comments on commit e249736

Please sign in to comment.