Skip to content

Commit

Permalink
Correct Java comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sakkumar committed Nov 28, 2024
1 parent 33426db commit f95557d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ private static PCollection<MovieView> readData(Pipeline pipeline, String inputFi
}

/**
* Movie ids (which are group keys for this dataset) are integers from 4500-4509. Set public
* groups 1-10.
* Movie ids (which are group keys for this dataset) are integers from 1 to ~17000. Set public
* groups 4500-4509.
*/
private static PCollection<String> publiclyKnownMovieIds(Pipeline pipeline) {
var publicGroupsAsJavaList =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ private Dataset<MovieView> readData(SparkSession spark) {
}

/**
* Movie ids (which are group keys for this dataset) are integers from 4500-4509. Set public
* groups 1-10.
* Movie ids (which are group keys for this dataset) are integers from 1 to ~17000. Set public
* groups 4500-4509.
*/
private static Dataset<String> publiclyKnownMovieIds(SparkSession spark) {
ArrayList<String> publicGroupsAsJavaList =
Expand Down

0 comments on commit f95557d

Please sign in to comment.