Skip to content

Commit e7a90df

Browse files
authored
Fixed minor typo
Fixed minor typo
1 parent 1626a68 commit e7a90df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/cdm-detailed.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ spark.cdm.perfops.ratelimit.target 20000
286286
# .partition
287287
# .min : Default is 0 (when using RandomPartitioner) and -9223372036854775808 (-2^63)
288288
# otherwise. Lower partition bound (inclusive).
289-
# .min : Default is 2^127-1 (when using RandomPartitioner) and 9223372036854775807
289+
# .max : Default is 2^127-1 (when using RandomPartitioner) and 9223372036854775807
290290
# (2^63-1) otherwise. Upper partition bound (inclusive).
291291
# .whereCondition : CQL added to the WHERE clause of SELECTs from origin
292292
#-----------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)