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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
