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

Replace Monoid constraint by CommutativeSemigroup in the reduce syntax #203

Merged
merged 11 commits into from
Jan 16, 2018

Commits on Nov 1, 2017

  1. Use a CommutativeMonoid in the reduce operations

    Antonio Alonso Dominguez committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    8363460 View commit details
    Browse the repository at this point in the history
  2. Use a commutative semigroup when reducing

    Antonio Alonso Dominguez committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    b4dae3d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. Add tests for RDD reductions by key

    Antonio Alonso Dominguez committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    8756a59 View commit details
    Browse the repository at this point in the history
  2. Verify the contents regardless of the order

    Antonio Alonso Dominguez committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    9b5c8dd View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2017

  1. Upgrade Cats MTL

    Antonio Alonso Dominguez committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    f76c246 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Update cats

    Antonio Alonso Dominguez committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    08010dc View commit details
    Browse the repository at this point in the history
  2. Use sorted maps as they are commutative

    Antonio Alonso Dominguez committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    a136d69 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. empty-safe RDD reductions

    Antonio Alonso Dominguez committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    c92df2f View commit details
    Browse the repository at this point in the history
  2. relax constraint on csumByKey

    Antonio Alonso Dominguez committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    2e43003 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Upgrade Cats and related deps

    Antonio Alonso Dominguez committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    606282f View commit details
    Browse the repository at this point in the history
  2. Replace <+> by orElse

    Antonio Alonso Dominguez committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    067fbbd View commit details
    Browse the repository at this point in the history