mkleen opened a new pull request, #23759: URL: https://github.com/apache/datafusion/pull/23759
## Which issue does this PR close? - Follow-up to #23605 but for nl-joins. - Relates to #23461 , but doesn't close it yet. More jouns are coming. ## Rationale for this change When a `nl-join` is swapped, the metadata is rebuilt based on the inverted inputs. This can cause a change of metadata when the metadata has conflicting values. ## What changes are included in this PR? - This pr avoids rebuilding the metadata based on the swapped inputs for nested-loop-join and uses the original metadata instead - Test ## Are these changes tested? Yes ## Are there any user-facing changes? No -- 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]
