eecs485staff / madoop

A light weight MapReduce framework for education
MIT License
9 stars 4 forks source link

Group sort hash #32

Closed awdeorio closed 2 years ago

awdeorio commented 2 years ago

Modify the group stage to use Python's sorted instead of UNIX sort.

This is first part of #12

codecov[bot] commented 2 years ago

Codecov Report

Merging #32 (c761ec6) into develop (a18d7d5) will decrease coverage by 0.18%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #32      +/-   ##
===========================================
- Coverage    93.66%   93.47%   -0.19%     
===========================================
  Files            4        4              
  Lines          142      138       -4     
===========================================
- Hits           133      129       -4     
  Misses           9        9              
Impacted Files Coverage Δ
madoop/mapreduce.py 94.59% <100.00%> (-0.19%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a18d7d5...c761ec6. Read the comment docs.

awdeorio commented 2 years ago

It turns out that it's more complicated to divide #12 into two PRs. CLosing.