wjones127 commented on code in PR #14286:
URL: https://github.com/apache/arrow/pull/14286#discussion_r994969297
##########
r/R/query-engine.R:
##########
@@ -165,6 +172,12 @@ ExecPlan <- R6Class("ExecPlan",
left_suffix = .data$join$suffix[[1]],
right_suffix = .data$join$suffix[[2]]
)
+ # If we are doing a full outer join and not keeping the join keys of
Review Comment:
We could do that, but I would have to yank `left_output` and `right_output`
resolution up to `do_join`, since those are coupled with `keep` and the full
outer coalesce.
--
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]