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-unsubscr...@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to