Commits


Vibhatha Abeykoon authored and Weston Pace committed 401746bede0
ARROW-15212: [C++] Handle suffix argument in joins In this PR, - [x] Replaced the prefixes with suffixes - [x] Added a test case to check suffixes This change is made to enable the consistency with the join APIs in `dplyr` for R and discussed in detail in: https://issues.apache.org/jira/browse/ARROW-14679 Closes #12110 from vibhatha/arrow-15212 Authored-by: Vibhatha Abeykoon <vibhatha@gmail.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>