Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-15622: [R] Implement union_all and union for arrow_dplyr_query #13090

Closed
wants to merge 7 commits into from

Commits on May 23, 2022

  1. Add union node

    wjones127 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    cc9cf82 View commit details
    Browse the repository at this point in the history
  2. Format Cpp

    wjones127 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    68982f2 View commit details
    Browse the repository at this point in the history
  3. Add to collate

    wjones127 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    aca0f67 View commit details
    Browse the repository at this point in the history
  4. Add more tests

    wjones127 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    69d857c View commit details
    Browse the repository at this point in the history
  5. Use dplyr pipe

    wjones127 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    5128fed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1640771 View commit details
    Browse the repository at this point in the history
  7. fix: use compute() instead of collect()

    Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com>
    wjones127 and nealrichardson committed May 23, 2022
    Configuration menu
    Copy the full SHA
    009db68 View commit details
    Browse the repository at this point in the history