jiaqizho commented on PR #1258:
URL: https://github.com/apache/cloudberry/pull/1258#issuecomment-3157628660

   > Is it better to add code below in explain.c?
   > 
   > ```
   > WindowAgg *wagg = castNode(WindowAgg, plan);
   > pname = sname = wagg->isWindowHashAgg ? "WindowHashAgg" : "WindowAgg";
   > ```
   
   no need, cause the the row executor won't get the `WindowHashAgg` node. Only 
need add the logical in `vectorization/***/explain.c`


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

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


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

Reply via email to