walterddr commented on PR #10488: URL: https://github.com/apache/pinot/pull/10488#issuecomment-1526941664
> Decorrelate won't work on the correlate + uncollect node. I think we should handle this in a rule and write our own StageNode for translation. hmm. this is probably expected as the unCollect is more like a UDTF (user-defined table function) that expands 1-row into n-rows. modeling it as a self-join will not simplify the plan -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
