zhangyue-hashdata commented on PR #1258:
URL: https://github.com/apache/cloudberry/pull/1258#issuecomment-3132083272

   Is it better to add code below in explain.c?
   ```
   WindowAgg *wagg = castNode(WindowAgg, plan);
   pname = sname = wagg->isWindowHashAgg ? "WindowHashAgg" : "WindowAgg";
   ```


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