dariocurr commented on PR #23861:
URL: https://github.com/apache/datafusion/pull/23861#issuecomment-5188450136

   Following up on the schema-coercion-at-plan-time idea from this thread: 
opened #24094, which moves the re-stamping from inline logic in `execute()` 
into an explicit `CoerceSchemaExec` node inserted by 
`UnionExec::try_new`/`InterleaveExec::try_new`. It shows up in `EXPLAIN` now. 
Benchmarked it against this PR's approach and didn't find a measurable 
performance difference either way.


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

Reply via email to