Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class PlannerSpec extends WordSpec {
}

/*
* Tests the alsoProducer case for two seperate sub-topologies.
* Tests the alsoProducer case for two separate sub-topologies.
* Asserts : There are two sourceNodes
* Each SourceNode has a single dependant.
* Each SourceNode has a summer as dependant.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ abstract class VersionedBatchStoreBase[K, V](val rootPath: String) extends Batch
*
* The version numbers are the exclusive upper-bound of time
* covered by this store, while the batchIDs are the inclusive
* upper bound. Put another way, all events that occured before the
* upper bound. Put another way, all events that occurred before the
* version are included in this store.
*/
def batchIDToVersion(b: BatchID): Long = batcher.earliestTimeOf(b.next).milliSinceEpoch
Expand Down