alamb opened a new pull request, #8153: URL: https://github.com/apache/arrow-datafusion/pull/8153
## Which issue does this PR close? Related to https://github.com/apache/arrow-datafusion/issues/8130 ## Rationale for this change I am going through this code to understand what is happening, and one thing I think would help would be to use names to refer to fields rather than `data.0`, `data.1`, and that could be commented ## What changes are included in this PR? 1. Make fields of `JoinData` non pub 2. Add doc comments 3. Make `LeftJoinData` a struct with named fields and accessors ## Are these changes tested? Existing tests ## Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. --> -- 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]
