Skip to content
Snippets Groups Projects
Commit 1803bf63 authored by Juarez Bochi's avatar Juarez Bochi Committed by Sean Owen
Browse files

Fix typo in ALS.scala

## What changes were proposed in this pull request?

Just a typo

## How was this patch tested?

N/A

Author: Juarez Bochi <jbochi@gmail.com>

Closes #11896 from jbochi/patch-1.
parent 01849da0
No related branches found
No related tags found
No related merge requests found
......@@ -1300,7 +1300,7 @@ object ALS extends DefaultParamsReadable[ALS] with Logging {
}
/**
* Partitioner used by ALS. We requires that getPartition is a projection. That is, for any key k,
* Partitioner used by ALS. We require that getPartition is a projection. That is, for any key k,
* we have getPartition(getPartition(k)) = getPartition(k). Since the default HashPartitioner
* satisfies this requirement, we simply use a type alias here.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment