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/07/02 05:39:00 UTC

[GitHub] [incubator-doris] yangzhg opened a new pull request #4003: Fix except node child not order correctly

yangzhg opened a new pull request #4003:
URL: https://github.com/apache/incubator-doris/pull/4003


   Fixes #3995 
   ## Why does it happen
   When SetOperations encounters that the previous node needs Aggregate, the timing of add AggregationNode is wrong. You should add AggregationNode first before add other children.
   ## Why doesn't intersect and union have this problem
   intersect and union conform to the commutation law, so it doesn't matter if the order is wrong
   ## Why this problem has not been tested before
   In the previous test case, not cover the previous node was not AggregationNode


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


[GitHub] [incubator-doris] morningman merged pull request #4003: Fix except node child not order correctly

Posted by GitBox <gi...@apache.org>.
morningman merged pull request #4003:
URL: https://github.com/apache/incubator-doris/pull/4003


   


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


[GitHub] [incubator-doris] EmmyMiao87 commented on pull request #4003: Fix except node child not order correctly

Posted by GitBox <gi...@apache.org>.
EmmyMiao87 commented on pull request #4003:
URL: https://github.com/apache/incubator-doris/pull/4003#issuecomment-653984290


   Approved


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