You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/06/16 04:21:07 UTC

[GitHub] [druid] clintropolis commented on issue #10011: Druid SQL Differing Results When Grouping By 1 Column vs 1 Col With Dummy Column

clintropolis commented on issue #10011:
URL: https://github.com/apache/druid/issues/10011#issuecomment-644522119


   Ah neat, I imagine the transformation to native query issue going on here isn’t directly related to the multi-value stuff I did, and the same transformation would happen for single value column  - it just wouldn’t cause an issue in that case like @gianm said. 
   
   Thinking about it though, it seems like that transformation to using a constant expression would never be better than just selecting the column directly due to the overhead of virtual columns, maybe we should just try to prevent the planner from ever doing this?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org