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 2022/12/29 10:43:04 UTC

[GitHub] [doris] morrySnow commented on pull request #15326: [fix](nereids) fix some arrgregate bugs in Nereids

morrySnow commented on PR #15326:
URL: https://github.com/apache/doris/pull/15326#issuecomment-1367228876

   > 2. why shouldn't eliminate project in the translator?
   
   i can answer the 2nd question.
   currently, we use two map to maintain ExprId and SlotId's relationship. However, in some cases, this cannot work fine when we eliminate project in translator. Instead, we need to maintain a 1 to n relationship. And in some other cases, we find more than one bugs in this feature's code.
   So, we just remove this feature temporarily and add it back later~
   
   


-- 
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: commits-unsubscribe@doris.apache.org

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