You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/08/26 09:39:14 UTC

[GitHub] [incubator-doris] yangzhg commented on issue #4427: Rollup SQL in TPCDS encounter the wrong answer.

yangzhg commented on issue #4427:
URL: https://github.com/apache/incubator-doris/issues/4427#issuecomment-680773739


   This is because the completion of the constant column in our implementation is in aggNode. The calculation of rollup repetition is done between scanNode and agg, so the constant cannot be repeated correctly. This problem is difficult to solve under our current framework. I think Refactor the implementation of grouping set to solve this problem


----------------------------------------------------------------
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@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org