goutamadwant commented on code in PR #24766: URL: https://github.com/apache/datafusion/pull/24766#discussion_r4011143563
########## datafusion/physical-expr/src/partitioning.rs: ########## Review Comment: sure @stuhood cc @gene-bordegaray kept structural PartialEq for InterleaveExec safety and added has_same_layout to compare ordering and effective boundaries. The optimizer now uses that comparison. A three-input regression fails before the change and passes afterward in both sampled/exact orientations: compatible inputs retain their own samples without another exchange. -- 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]
