Skip to content

Commit

Permalink
change the javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Zihan Li committed Oct 28, 2023
1 parent 63f35c4 commit e2a3491
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ private double calculateCompleteness(String datasetName, long beginInMillis, lon

/**
* Compare source tier against reference tiers. For each reference tier, calculates percentage by srcCount/refCount.
*
* We will return the lowest value, which, in other words, we will wait until src tier catches up to all reference
* tiers (upto 99.9%) to mark that hour as completed.
* @param datasetName A dataset short name like 'PageViewEvent'
* @param beginInMillis Unix timestamp in milliseconds
* @param endInMillis Unix timestamp in milliseconds
Expand Down

0 comments on commit e2a3491

Please sign in to comment.