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

make unionAll()'s call signature match union() #3055

Merged
merged 3 commits into from
Mar 29, 2019
Merged

Commits on Feb 14, 2019

  1. make unionAll()'s call signature match union()

    consolidates the logic used by union() and unionAll(), allowing the two to be used interchangeably
    Andrew Schmadel committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    ab7de14 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. use spread args instead of arguments array

    Andrew Schmadel committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    ae4180e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Fix unionAll spread arguments

    Andrew Schmadel committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    c8c852d View commit details
    Browse the repository at this point in the history