findepi commented on PR #17449: URL: https://github.com/apache/datafusion/pull/17449#issuecomment-3275454463
> > This PR fixes a panic in `UnionExec` when constructed with empty inputs, > > Not related to the PR, but it'll be better for df to have a optimizer rule to remove empty inputs from union @xudong963 , exactly See also https://github.com/apache/datafusion/pull/17449#discussion_r2335830457 This is, however, related to this PR -- we're adding a new API method and we can address the problem directly in this new code, leaving legacy code path intact. -- 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]
