Skip to content

Commit 8762e70

Browse files
jgao54ilidemi
andauthored
Update flow/connectors/mongo/qrep_partition.go
Co-authored-by: Ilia Demianenko <ilia.demianenko@clickhouse.com>
1 parent fedb7df commit 8762e70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow/connectors/mongo/qrep_partition.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func (c *MongoConnector) objectIDPartitions(
127127

128128
// numericPartitions divides a numeric (int32/int64) _id range uniformly. MongoDB
129129
// sorts all numeric types by value, so integer min/max _ids cannot rule out
130-
// fractional (double/decimal) _ids in-between. Therefre we use [start, end) to
130+
// fractional (double/decimal) _ids in-between. Therefore we use [start, end) to
131131
// ensure contiguous boundaries.
132132
func (c *MongoConnector) numericPartitions(
133133
minVal int64,

0 commit comments

Comments
 (0)