mosche commented on issue #24314: URL: https://github.com/apache/beam/issues/24314#issuecomment-1346257340
Note: This behavior can also be observed in `BeamUnionRelTest#testUnion()` (ignoring the fact that this case lends itself for even more aggressive optimizations). ```sql SELECT order_id, site_id, price FROM ORDER_DETAILS UNION SELECT order_id, site_id, price FROM ORDER_DETAILS ``` Have a look at `inputs` of `beamRelNode`: <img width="1100" alt="Screenshot 2022-12-12 at 11 39 44" src="https://user-images.githubusercontent.com/1401430/207025392-9caec690-d7fe-4e51-b8d3-2b7be36b660b.png"> -- 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]
