Skip to content

Commit

Permalink
Update client-dynamodb-v2/src/main/kotlin/app/cash/backfila/client/dy…
Browse files Browse the repository at this point in the history
…namodbv2/internal/DynamoDbBackfillOperator.kt

Co-authored-by: Andrew (Paradi) Alexander <adrw@squareup.com>
  • Loading branch information
mpawliszyn and adrw authored May 24, 2024
1 parent 9724365 commit 68b855b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class DynamoDbBackfillOperator<I : Any, P : Any>(
require(
request.range == null ||
(request.range.start == null && request.range.end == null),
) { "Range is an invalid input for this Dynamo Backfila client" }
) { "Range is not supported for this Dynamo Backfila client" }

var table = dynamoDbClient.describeTable {
it.tableName(backfill.dynamoDbTable.tableName())
Expand Down

0 comments on commit 68b855b

Please sign in to comment.