We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180a113 commit 5e566caCopy full SHA for 5e566ca
table.go
@@ -40,7 +40,7 @@ func (sync *syncState) writeBatch(
40
41
consumedCapacity = append(consumedCapacity, output.ConsumedCapacity...)
42
43
- if output.UnprocessedItems != nil {
+ if len(output.UnprocessedItems) != 0 {
44
logger.WithFields(logging.Fields{
45
"Unprocessed Items Size": len(output.UnprocessedItems),
46
"Source Table": key.sourceTable,
0 commit comments