gianm commented on issue #13204:
URL: https://github.com/apache/druid/issues/13204#issuecomment-1274059939

   Hmm. I'm not sure if the dummy-dim-dropping code is the problem. It's only 
dropping dummy dims: ones that don't appear at all in the output. But 
`countryName` _should_ appear, because it isn't always the same (due to the 
GROUPING SETS).
   
   I feel like whatever replaced `countryName` with a constant `'Indonesia'` in 
the post-grouping projection is the thing that got it wrong. What did that? 
Once this happened, then the dummy-dim-dropping code dropped it, which is 
totally reasonable.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to