Skip to content

Commit

Permalink
Merge pull request #30 from lulichn/fix-log-message
Browse files Browse the repository at this point in the history
chore: Fix scan log message
  • Loading branch information
civitaspo authored Feb 15, 2023
2 parents 660e6a9 + 1d35b35 commit 0d50949
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.2 (2023-02-15)
==================

- [chore] [#30](https://github.com/lulichn/embulk-input-dynamodb/pull/30) Fix scan log message.

1.0.1 (2023-02-15)
==================

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ case class DynamodbScanOperation(task: DynamodbScanOperation.Task)

val result =
dynamodb.scan(newRequest(embulkTaskIndex, lastEvaluatedKey).tap { req =>
logger.info(s"Call DynamodbQueryRequest: ${req.toString}")
logger.info(s"Call DynamodbScanRequest: ${req.toString}")
})
loadableRecords match {
case Some(v) if (result.getCount > v) =>
Expand Down

0 comments on commit 0d50949

Please sign in to comment.